Closed (duplicate)
Project:
Administration menu
Version:
5.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 May 2009 at 00:22 UTC
Updated:
28 May 2009 at 19:06 UTC
Jump to comment: Most recent file
Comments
Comment #1
smk-ka commentedThis actually cries for trouble because you never know which additional dependencies exist to build the admin menu anew. Better get rid of the js/ path prefix altogether.
Comment #2
sunThe idea in the existing issue #420812: Implement hook_js() was that we can serve the menu very fast via hook_js() if the client forgot about its cache, but the cached menu is still available on the server-side - which certainly can happen often.
Only if the menu needs to be rebuild, we do a full bootstrap. That approach worked flawlessly in one of our recent projects (the dark one ;).
Comment #3
sun