Why Smarty is too slow?
November 3rd, 2007Smarty Template Engine is the most popular and widely used template engine for PHP. It is believed that Smarty is fast because it compiles templates into PHP code, but it is not true.
I have tried a simple benchmark program to measure speed of Smarty and PHP include() function. The result shows that PHP include() function is more [...]