typoscript - TYPO3 lib vs temp in FLUIDTEMPLATE -


i read somewhere if build example menu in typo3 should use temp instead of lib (for performance reason). strange, in fluid tutorials use lib building menu.

is normal or maybe in fluid should use lib?

temp temporary - it's not cached... can't reference way...

lib opposite stable it's cached , can use references lib.foo < lib.bar in ts

in general, if site cached lib more useful temp.


Comments

Popular posts from this blog

c++ - Do gcc's __float128 floating point numbers take the current rounding mode into account? -

java - the value of local variable is not used -