luci/libs/web/luasrc
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
..
cbi libs/web: add new datatypes min(...), max(...) and neg_network_ip4addr 2011-06-17 10:52:49 +00:00
http libs: merge libs/http into libs/web 2010-10-12 05:22:38 +00:00
view/cbi libs/web: remove license comments from cbi templates, saves around 50% of their size 2011-05-04 12:56:06 +00:00
cacheloader.lua Added bytecodecache 2008-09-05 23:24:39 +00:00
cbi.lua libs/web: improve cbi handling of Flag values, support usage of .default attribute to signalize default-on checkboxes, this helps to deal with the reversed logic of various uci bools within OpenWrt configs 2011-01-29 17:54:00 +00:00
config.lua Reload luci.config for each thread 2008-12-05 15:36:44 +00:00
dispatcher.lua [PATCH] Wasted memory use storing path copies in node tree 2011-08-12 11:04:42 +00:00
http.lua libs/web: add luci.http.write_json() 2010-11-07 19:27:15 +00:00
i18n.lua libs/web: prepare template parser, dispatcher and i18n class for upcoming po format change 2009-10-31 15:42:07 +00:00
sauth.lua Typo 2009-07-31 17:08:59 +00:00
template.lua libs/web: more verbose faults 2011-07-21 01:04:53 +00:00