Closed (fixed)
Project:
Menu Icons
Version:
6.x-2.0
Component:
Code
Priority:
Critical
Category:
Task
Assigned:
Reporter:
Created:
29 Jan 2010 at 06:01 UTC
Updated:
19 May 2010 at 13:00 UTC
Jump to comment: Most recent file
I have changed css generation logic. Now it generates after any menu change, then it is stored at the local path "cache/menu_item.css" & finally aggregated and compressed if this feature has been turned on under the performance section.
Previous variant, when css was generated on the fly, was a great perfomance issue to high traffic sites.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | menu_icons.zip | 2.66 KB | tntclaus |
| menu_icons.zip | 2.66 KB | tntclaus |
Comments
Comment #1
tntclaus commentedAdded private filesystem support via:
http://drupal.org/node/672122
Comment #2
skilip commented@tntclaus Thanks!