<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="http://www.strangebuzz.com/feed/rss2/xslt" ?><rss version="2.0"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/"
  xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>Strangebuzz...?  - Comments</title>
  <link>http://www.strangebuzz.com/</link>
  <atom:link href="http://www.strangebuzz.com/feed/rss2/comments" rel="self" type="application/rss+xml"/>
  <description>The blog of COil: PHP, PEAR, symfony1, Symfony2 &amp; iWeb2.0+</description>
  <language>en</language>
  <pubDate>Thu, 25 Apr 2013 20:59:25 +0200</pubDate>
  <copyright></copyright>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Dotclear</generator>
  
    
    
    <item>
    <title>Twig C extension benchmark - Hugo Hamon</title>
    <link>http://www.strangebuzz.com/post/2013/02/21/Twig-C-extension-benchmark#c259</link>
    <guid isPermaLink="false">urn:md5:dbbd2f971590878b56f13ced72b57392</guid>
    <pubDate>Thu, 28 Feb 2013 14:56:22 +0100</pubDate>
    <dc:creator>Hugo Hamon</dc:creator>
    
    <description>&lt;p&gt;Performances in PHP 5.4 have been increased a lot. So, I'm curious to compare if using the Twig C extension with PHP 5.4 has an effect or not.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Twig C extension benchmark - COil</title>
    <link>http://www.strangebuzz.com/post/2013/02/21/Twig-C-extension-benchmark#c258</link>
    <guid isPermaLink="false">urn:md5:d915f39a417244ff5e75c6965c3e57e8</guid>
    <pubDate>Wed, 27 Feb 2013 11:05:59 +0100</pubDate>
    <dc:creator>COil</dc:creator>
    
    <description>&lt;p&gt;
@hugo, No, I didn't test it on PHP 5.4 yet, what do you expect with this version ?&lt;br /&gt;&lt;br /&gt;
@Jakub, 50% really? Do you have a benchmark about this ?&lt;br /&gt;&lt;br /&gt;
@Richard Miller, true, not so complex indeed, but it is called more than 100 times. (there are also tests and computations made at the start of the templates I didn't include in the snippet)&lt;br /&gt;&lt;br /&gt;
@Henrik, true, I have modified the post.
&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Twig C extension benchmark - Henrik</title>
    <link>http://www.strangebuzz.com/post/2013/02/21/Twig-C-extension-benchmark#c257</link>
    <guid isPermaLink="false">urn:md5:9edb105c02c61e3eb7a2688a2187f7aa</guid>
    <pubDate>Wed, 27 Feb 2013 10:17:19 +0100</pubDate>
    <dc:creator>Henrik</dc:creator>
    
    <description>&lt;p&gt;As the c extension only optimizes the usage of `getAttribute` it wouldnt make sense that it would improve upon includes and renders.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Twig C extension benchmark - Richard Miller</title>
    <link>http://www.strangebuzz.com/post/2013/02/21/Twig-C-extension-benchmark#c256</link>
    <guid isPermaLink="false">urn:md5:099e8ddb5b77d04ccfc894800e4489be</guid>
    <pubDate>Tue, 26 Feb 2013 22:38:35 +0100</pubDate>
    <dc:creator>Richard Miller</dc:creator>
    
    <description>&lt;p&gt;The twig extension just optimises the Twig_Template::getAttribute() method essentially anywhere you are using the dot syntax with variables, so the template used is not massively complicated in this respect.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Twig C extension benchmark - Kuba</title>
    <link>http://www.strangebuzz.com/post/2013/02/21/Twig-C-extension-benchmark#c255</link>
    <guid isPermaLink="false">urn:md5:6e36149c7ebf6b8efb37492ff0fe9f1a</guid>
    <pubDate>Mon, 25 Feb 2013 10:54:49 +0100</pubDate>
    <dc:creator>Kuba</dc:creator>
    
    <description>&lt;p&gt;Thanks for taking the time to benchmark twig!
I think performance gain depends strongly on how your templates are built and in real-life applications most of the time it pays off to enable the extension. In one of the code bases I was optimising I managed to achieve 25-50% gain by just enabling the extension.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Twig C extension benchmark - Hugo Hamon</title>
    <link>http://www.strangebuzz.com/post/2013/02/21/Twig-C-extension-benchmark#c253</link>
    <guid isPermaLink="false">urn:md5:6c24204bf437fee1cea587e67fab7edf</guid>
    <pubDate>Sun, 24 Feb 2013 15:20:29 +0100</pubDate>
    <dc:creator>Hugo Hamon</dc:creator>
    
    <description>&lt;p&gt;Hi Coil,&lt;/p&gt;
&lt;p&gt;Thanks for sharing this. Did you try to bench with PHP 5.4?&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Twig C extension benchmark - Javier Eguiluz</title>
    <link>http://www.strangebuzz.com/post/2013/02/21/Twig-C-extension-benchmark#c252</link>
    <guid isPermaLink="false">urn:md5:93c0d57daf436e37d1c9e138976ecf70</guid>
    <pubDate>Sun, 24 Feb 2013 13:44:23 +0100</pubDate>
    <dc:creator>Javier Eguiluz</dc:creator>
    
    <description>&lt;p&gt;Thanks for publishing these results. I haven't seen many real world benchmarks about the Twig extension. The results have really surprised me. I believed that the performance improvement would be larger, both for big and small applications.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>[Symfony2] Request class mini-cheatsheet - COil</title>
    <link>http://www.strangebuzz.com/post/2012/03/01/%5BSymfony2%5D-Request-class-mini-cheatsheet#c251</link>
    <guid isPermaLink="false">urn:md5:0d618779893812db1251b9c438fbd5c0</guid>
    <pubDate>Wed, 11 Jul 2012 13:48:38 +0200</pubDate>
    <dc:creator>COil</dc:creator>
    
    <description>&lt;p&gt;Finally the PR was merged by @fabpot to the Symfony2 master:&lt;br /&gt;
--&amp;gt; &lt;a href=&quot;http://bit.ly/Nr9cHk&quot; rel=&quot;nofollow&quot;&gt;http://bit.ly/Nr9cHk&lt;/a&gt; &lt;img src=&quot;/themes/blue-fashion/smilies/wink.gif&quot; alt=&quot;;)&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Extending the Symfony2 session - COil</title>
    <link>http://www.strangebuzz.com/post/2012/01/06/Extending-the-Symfony2-session#c248</link>
    <guid isPermaLink="false">urn:md5:476cc55a69526c7976ee3db31b667e0f</guid>
    <pubDate>Tue, 06 Mar 2012 23:50:47 +0100</pubDate>
    <dc:creator>COil</dc:creator>
    
    <description>&lt;p&gt;@Dante: You are true. Fixed. &lt;img src=&quot;/themes/blue-fashion/smilies/wink.gif&quot; alt=&quot;;)&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Extending the Symfony2 session - Dante</title>
    <link>http://www.strangebuzz.com/post/2012/01/06/Extending-the-Symfony2-session#c247</link>
    <guid isPermaLink="false">urn:md5:7e0959691901b12c5744eaff4e2fbfeb</guid>
    <pubDate>Mon, 05 Mar 2012 11:32:56 +0100</pubDate>
    <dc:creator>Dante</dc:creator>
    
    <description>&lt;p&gt;In your example, default locale for the session will always be &quot;en&quot; as you do not pass the second parameter which defines default locale setting. Just expand arguments like this:&lt;br /&gt;
arguments:
&lt;/p&gt;
&lt;pre&gt;- @session.storage
- %locale%&lt;/pre&gt;
&lt;br/&gt;</description>
  </item>
      
</channel>
</rss>