e todo - add menu object cache to todo.

This commit is contained in:
Carsten Haitzler 2019-08-01 09:57:18 +01:00
parent 5b5b3005f6
commit f3af041f95
1 changed files with 6 additions and 1 deletions

7
TODO
View File

@ -187,7 +187,12 @@ TODO:
view to this back-end data log and follows it as it updates.
* can go back in time then to previous logs
* should have the ability to draw nice graphs etc.
* edge bindings - selectign edge dialog needs a redo (no edje for all content)
* edge bindings - selecting edge dialog needs a redo (no edje for all content)
* e menu - add obj cache for menu and menu item objects to reduce costs
by far the biggest cost in showing/hiding menus is realize/unrealize
and this is almost all object creation/setup/deletion costs. menus
can be more responsive (on low end systems) if... we avoid this. to
avoid... have a cache of spare objecta to re-use.
DONE:
* music-control: fix aspect ratio of album cover image