luci/libs/web
Jo-Philipp Wich b3861e0ec7 [PATCH] Wasted memory use storing path copies in node tree
When creating the node tree, every node stores a copy of its full path table. e.g. for node("admin.network.wireless"), node.path = { "admin", "network", "wireless" }

This value is not used anywhere, and likely may be from before the addition of the treecache lookup table? In any instance, I've searched high and low and see nothing ever referencing any node's path via the path member. It 
eats a good chunk of memory though and as such I believe it should be removed.

I've tested every page in the admin-full module after removing it and all seem to function properly.
2011-08-12 11:04:42 +00:00
..
htdocs/luci-static/resources libs/web: add new datatypes min(...), max(...) and neg_network_ip4addr 2011-06-17 10:52:49 +00:00
luasrc [PATCH] Wasted memory use storing path copies in node tree 2011-08-12 11:04:42 +00:00
root libs: merge libs/cbi into libs/web 2010-10-12 05:15:32 +00:00
src libs/web: fix filtering of overlong utf8 sequences 2010-11-28 20:25:03 +00:00
Makefile libs/web: add UTF-8 validation and pcdata escaping C routines to template parser 2010-11-12 22:37:50 +00:00