- Write a simple application.
- Write view block in templating engines which you've picked! And the view code should contain part of your actual code which is going to be rendered.
- Make sure you have 3 different code to test it against multiple scenarios.
- Run benchmark test using any package.
- Run test for multiple times for each view code blocks.
- Now compare the results and make your decision.
Well it looks like hard work, but if you are going to write traffic heavy sites, I find this useful. I've done if for few projects and it worked like charm.
But for simple application, go ahead with any engine which you like!