Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
memory consumption
|
|
|
|
|
|
|
|
capnbry@gmail.com (#274)
|
|
|
|
|
|
|
|
|
|
for exec in /etc/config/ucitrack
|
|
|
|
their size
|
|
|
|
|
|
luci.json.encode() work like expected (#220)
|
|
|
|
|
|
|
|
avoid throwing an exception in toFixed() with very low values
|
|
|
|
|
|
|
|
|
|
fix wan status display with 6to4, 6in4 tunnels or pppoe connections
|
|
<klocke@digitalenginesoftware.com> (#207)
|
|
|
|
|
|
table if a list was requested
|
|
|
|
|
|
|
|
|
|
default route if no ::/0 route exists (#200)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
attribute to signalize default-on checkboxes, this helps to deal with the reversed logic of various uci bools within OpenWrt configs
|
|
|
|
|