[TYPO3-english] Re: Reduce amount of queries for megamenu

2017-06-14 Thread Christian Hackl
i dont know if this helps but your code looks a little bit wired to me. (you dont need allwrap or insertData) Try something like: lib.navheader = HMENU lib.navheader.entryLevel = 0 lib.navheader { wrap = | 1 = TMENU 1 { wrap = | expAll = 1 NO = 1 NO { wrapItemAndSub = |

Re: [TYPO3-english] Reduce amount of queries for megamenu

2017-06-14 Thread Nico Deblauwe
​Isn't there something possible with caching settings to generate object only once per page and afterwards get it (with one querry) from the cache?​ On Wed, Jun 14, 2017 at 2:09 PM, Naberd Zendi wrote: > wel i have a megamenu on website. > > megamenu is written in typoscript: >

[TYPO3-english] Reduce amount of queries for megamenu

2017-06-14 Thread Naberd Zendi
wel i have a megamenu on website. megamenu is written in typoscript: lib.menu = COA lib.menu { 10 = HMENU 10 { 1 = TMENU 1 { noBlur = 1 expAll = 1 NO = 1