Needs work
Project:
Toolbar
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
21 Jun 2010 at 07:32 UTC
Updated:
8 Aug 2010 at 16:22 UTC
We should make use of all Drupal caching features in order to improve the performance of Toolbar rendering. The shortcuts are already cached via the menu caching system but the assembly of static links + shortcuts should be cached too. Thus rendering will be required only if shortcuts has changed.
Comments
Comment #1
dankh commentedCache is set :
Cache is reset per toolbar :
Comment #2
dankh commentedComment #4
dankh commentedThe cache code is not ready for production. Needs much more work on it. Many aspects of the toolbar change per user, per link, so only small parts of the toolbar processing code can be cached. Maybe postpone the cache feature for 6.x-3.x after more research of what and how can be cached.