Closed (fixed)
Project:
CVS integration
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
21 Jul 2007 at 15:53 UTC
Updated:
6 Aug 2007 at 15:00 UTC
Jump to comment: Most recent file
unless i'm missing something:
menu items are cached per user, so the entire admin/project/* tree should be cachable in this module.
i would think that would be some kind of performance boost for d.o, no?
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | cvs_menu_cache.patch.txt | 5.33 KB | dww |
Comments
Comment #1
dwwYup, good catch. Since nearly all of the menu items are static and are now in the same code block, I also added an
$admin_accessvariable for clarity. Tested locally, and all appears well. But, a review would be nice before I commit it. ;) Thanks!Comment #2
hunmonk commentedcode looks good. tests out on postgres.
Comment #3
dwwCommitted to HEAD. Was going to backport to DRUPAL-4-7--2 and DRUPAL-4-7 and discovered that the menu items were correctly defined there. ;) Looks like this was a bug introduced in the port to D5 that somehow slipped past me. Oh well. I did backport the
$admin_accessstuff for additional clarity, though.Comment #4
(not verified) commented