News Feed
Jobs Feed
Sections




News Archive
Derick Rethans' Blog:
Twig extension
November 21, 2011 @ 08:35:39

In a new post from Derick Rethans he talks about an extension version of Twig, the popular templating engine from the creators of the Symfony framework.

A while ago, Fabien asked me to have a look at porting one of Twig's slowest methods, TwigTemplate::getAttribute(), into a PHP extension. It is a complex method that does a lot of different checks and look-ups. Fabien's benchmarks showed that this method was responsible for quite a large amount of time. On top of that, it didn't seem that it could be optimised any further as PHP code itself.

He points to the twig-ext extension that's a reworked version of the "getAttribute" method from the tool and the performance gain (about 15%) it gives. Compiled templates will automatically call this new method in the extension. This update has already been merged into the main Twig repo.

0 comments voice your opinion now!
twig extension template language symfony speed


blog comments powered by Disqus

Similar Posts

Symfony Blog: Welcome to the new symfony 1.0's release manager

Travis Swicegood's Blog: Quick review of Zend_Log

Christopher Jones' Blog: Statement caching bug fix to improve performance of OCI8 extension

Justin Silverton\'s Blog: Free RSS to HTML PHP script

John Coggeshall's Blog: Compiling extensions for Zend Core


Community Events









Don't see your event here?
Let us know!


testing composer database release object framework unittest tool interview example api development language phpunit community podcast introduction code opinion zendframework2

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework