dip;551278 Wrote: > It seems that the changes had an influence on the album menus but not on > the A-Z sub menu. Artist menus are excellent, album is medium (much > better than before but the original album menu takes only about 1 > second to enter), but A-Z is still very slow. > Could you try this test3 version ? http://erland.homeip.net/arkiv/custombrowseperf/CustomBrowse-2.10.test3.zip
Hopefully it should make the A-Z sub menus a bit faster. If you feel that this version makes it reach an acceptable level it would be great if you could try it out a bit and make sure: - All menus works - The tracks and album lists looks the same (since I had to change the rendering logic quite a bit there is a risk I've introduced some new bugs) Assuming it's fast enough, I'll make an official release based on the test3 version after I have tested it a bit more. I suspect it would be possible to do some, but not all, of the optimizations also in the web interface, but I think I'll handle that in a future release. The Controller/Touch/Radio interface feels more important. Regarding the standard menus, from the database.sql logs it seems like the standard menus are completely cached, so it doesn't even query the database when you enter these. I'm not sure how easy it will be possible to do something similar in Custom Browse since there are so many different configuration scenarios. I could possibly add some configuration parameter on each menu where you can configure if you like it to be cached or not. I'm just not sure if the amount of cached data will just move the problem to making it take time to handle the cache instead of executing the queries. It's a lot easier to handle this in the standard menus since there is only one possible "Albums" menu and one possible "Artists" menu. I'm a bit afraid caching menus could result in confusing because they aren't refreshed when they need to. -- erland Erland Isaksson 'My homepage' (http://erland.isaksson.info) (Install my plugins through Extension Downloader) (Developer of 'TrackStat, SQLPlayList, DynamicPlayList, Custom Browse, Custom Scan, Custom Skip, Multi Library, Title Switcher and Database Query plugins' (http://wiki.erland.isaksson.info/index.php/Category:SlimServer)) ------------------------------------------------------------------------ erland's Profile: http://forums.slimdevices.com/member.php?userid=3124 View this thread: http://forums.slimdevices.com/showthread.php?t=49483 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
