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

Python Kivy ListView: How to delete selected ListItemButton? -

ruby - How do I merge two hashes into a hash of arrays? -