GNOME Bugzilla – Bug 663841
Icons at applications list can load faster
Last modified: 2011-11-11 11:24:31 UTC
I know the application list is loaded at first use, but this is annoying for some users. I think this is a job to be done at shell start, or load from a cache who is updated by a backend thread. At shell start, most users will not notice the delay. If they click at applications list they expect the system to respond immediately, but we wait 2 seconds... And in my netbook? gnome works great! But at applications list... Showing the new Gnome for some friends, the wait was negative too.. If starts with shell isn't an option, why not use some data structure to load a faster cache who is updated by a running system thread? There must be a good solution to this problem...
Yes, it's been discussed many times. Loading apps on start might not be a good solution, since typically you don't need to use the application list, only the Dash. So we'd force loading data that is not always needed. It could be loaded slowly in the background to avoid affecting performance, maybe. *** This bug has been marked as a duplicate of bug 647778 ***