Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Ilia Kantor's Blog:
Pluggable/Tunable Template Benchmark
Nov 15, 2007 @ 19:47:00

Antony Dovgal has pointed out a set of benchmarks from Ilia Kantor comparing several templating methods in PHP - eighteen of them in all.

He has the page set up to where you can run your own benchmarks and see the results, making the settings like variable count and interactions easy to change. Included in his list of templating methods to test are things like:

  • php_templates
  • smarty
  • vtemplate
  • phplib
  • Sigma

Some comments on the settings for the templating systems are included as well (like the compiled template caching of Smarty and Sigma).

tagged: pluggable template tunable benchmark custom pluggable template tunable benchmark custom

Link:


Trending Topics: