-
Improvement
-
Resolution: Fixed
-
Normal
-
None
-
None
-
None
TT automatically compiles templates in-memory, but the default setting rechecks every second, which is obviously a bit fast for production servers! Additionally, it has an option to persistently cache the compiled templates on disk as files, which though it may not help much we may as well use (it speeds up loading slightly, since it makes reloading simply a re-require() in perl).