Skrol29 - 2012-04-09 14:42:31 -
In reply to message 1 from Emmanuel Simond
Hello,
I've done some benchmarks few year ago.
TBS is quite faster than Smarty when the Smarty cache is not used.
When the Smarty cache is used then, Smarty becomes faster.
For a Hight Traffic web site, it is important to understand where are the point of optimization in your application. Do not simply lean on the cache feature. A bad query, a repeating process, a or even a bad practice of the template engine can causes more disadvantages.