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

ComputerWorld.com: Advanced PHP Solutions with Zeev Suraski (Webcast)

TechFounder.net: Making web-pages go faster using PHP

Brandon Savage's Blog: REST APIs as Data Backends

Zend Developer Zone: Inforworld Article Shows Microsoft is Starting to Look at "Dynamic Languages"

Hasin Hayder's Blog: Using OAuth PECL Extension to Talk to Twitter


Community Events









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


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

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