[TYPO3-english] Re: TYPO3 6.x caches and performance best practices for productive site

Krystian Szymukowicz k.szymukowicz at gmail.com
Thu Feb 28 11:07:00 CET 2013


If you have lot of items on menu then try to cache it and switch active state with JS. Its easy and working.
Caching menu:

lib.header_menu_main = COA
lib.header_menu_main.stdWrap.cache.key = header_menu_main_desktop
lib.header_menu_main.stdWrap.cache.lifetime = 0
lib.header_menu_main {

	10 = HMENU

..


This way menu is generated only once and then reused on each new page generation.

So you save 3.5 second on each page generation.




-- 
greetings
Krystian Szymukowicz


More information about the TYPO3-english mailing list