<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: PHP Frameworks Explained</title> <atom:link href="http://www.mitchitized.com/nerdy-stuff/php-frameworks-explained/feed/" rel="self" type="application/rss+xml" /><link>http://www.mitchitized.com/nerdy-stuff/php-frameworks-explained/</link> <description>the online home for mitch pirtle</description> <lastBuildDate>Fri, 30 Jul 2010 12:03:04 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0.1</generator> <item><title>By: Oleg Baranovsky</title><link>http://www.mitchitized.com/nerdy-stuff/php-frameworks-explained/#comment-756</link> <dc:creator>Oleg Baranovsky</dc:creator> <pubDate>Tue, 23 Feb 2010 00:30:59 +0000</pubDate> <guid
isPermaLink="false">http://www.mitchitized.com/?p=56#comment-756</guid> <description>@Brian Migliorisi: CakePHP was designed for older PHP4 and tried to emulate a lot of OO stuff that was not existent in PHP at the time. This obviously comes at a heavy price -- we were doing some profiling there and it runs like 250 KB in the memory even before it starts doing anything useful. It is a great framework to bake something really fast, but do not expect it to scale. The original developers of Cake actually started the new project called Lithium (http://lithify.me/), which is a complete rework for PHP 5.3 and higher. It uses the new advanced features now available in PHP and should be much faster and more scalable.The newer frameworks, like Yii and Kohana are created for PHP5 and obviously are much optimized (and therefore fast and scalable) as compared to Cake.</description> <content:encoded><![CDATA[<p>@Brian Migliorisi: CakePHP was designed for older PHP4 and tried to emulate a lot of OO stuff that was not existent in PHP at the time. This obviously comes at a heavy price &#8212; we were doing some profiling there and it runs like 250 KB in the memory even before it starts doing anything useful. It is a great framework to bake something really fast, but do not expect it to scale. The original developers of Cake actually started the new project called Lithium (<a
href="http://lithify.me/" rel="nofollow">http://lithify.me/</a>), which is a complete rework for PHP 5.3 and higher. It uses the new advanced features now available in PHP and should be much faster and more scalable.</p><p>The newer frameworks, like Yii and Kohana are created for PHP5 and obviously are much optimized (and therefore fast and scalable) as compared to Cake.</p> ]]></content:encoded> </item> <item><title>By: jane</title><link>http://www.mitchitized.com/nerdy-stuff/php-frameworks-explained/#comment-140</link> <dc:creator>jane</dc:creator> <pubDate>Thu, 24 Sep 2009 01:43:01 +0000</pubDate> <guid
isPermaLink="false">http://www.mitchitized.com/?p=56#comment-140</guid> <description>Interesting! Always looking for useful SEO tips.</description> <content:encoded><![CDATA[<p>Interesting! Always looking for useful SEO tips.</p> ]]></content:encoded> </item> <item><title>By: Twitter Trackbacks for PHP Frameworks Explained « mitchitized [mitchitized.com] on Topsy.com</title><link>http://www.mitchitized.com/nerdy-stuff/php-frameworks-explained/#comment-40</link> <dc:creator>Twitter Trackbacks for PHP Frameworks Explained « mitchitized [mitchitized.com] on Topsy.com</dc:creator> <pubDate>Wed, 26 Aug 2009 18:11:27 +0000</pubDate> <guid
isPermaLink="false">http://www.mitchitized.com/?p=56#comment-40</guid> <description>[...] link is being shared on Twitter right now. @mitchitized, an influential author, said Going to bed now, [...]</description> <content:encoded><![CDATA[<p>[...] link is being shared on Twitter right now. @mitchitized, an influential author, said Going to bed now, [...]</p> ]]></content:encoded> </item> <item><title>By: Bryan Migliorisi</title><link>http://www.mitchitized.com/nerdy-stuff/php-frameworks-explained/#comment-37</link> <dc:creator>Bryan Migliorisi</dc:creator> <pubDate>Wed, 26 Aug 2009 14:22:01 +0000</pubDate> <guid
isPermaLink="false">http://www.mitchitized.com/?p=56#comment-37</guid> <description>I tried CakePHP, Symphony, CodeIgniter and finally Yii.  I did some simple testing on each of them - creating a single controller and view, but no model because I didn&#039;t want data access to skew my results.I created a simple test where the model set a bunch of data and the view displayed the data.  I used the template system in each framework.  Aside from data access, it illustrated a typical page request lifecycle.After running some simple benchmarking using apache bench (ab), it was clear that CakePHP was the slowest of all with an average of around 18 requests/second.  I was very surprised to see that, since I hear so many great things about Cake.  Yii rolled in at around 120 requests/second.  An incredible difference which can be attributed to Yii&#039;s lazyloading technique for all classes.  I *think* CakePHP 3 is going to use the same technique for loading modules and classes to help boost its performance.</description> <content:encoded><![CDATA[<p>I tried CakePHP, Symphony, CodeIgniter and finally Yii.  I did some simple testing on each of them &#8211; creating a single controller and view, but no model because I didn&#8217;t want data access to skew my results.</p><p>I created a simple test where the model set a bunch of data and the view displayed the data.  I used the template system in each framework.  Aside from data access, it illustrated a typical page request lifecycle.</p><p>After running some simple benchmarking using apache bench (ab), it was clear that CakePHP was the slowest of all with an average of around 18 requests/second.  I was very surprised to see that, since I hear so many great things about Cake.  Yii rolled in at around 120 requests/second.  An incredible difference which can be attributed to Yii&#8217;s lazyloading technique for all classes.  I *think* CakePHP 3 is going to use the same technique for loading modules and classes to help boost its performance.</p> ]]></content:encoded> </item> <item><title>By: mitchy</title><link>http://www.mitchitized.com/nerdy-stuff/php-frameworks-explained/#comment-36</link> <dc:creator>mitchy</dc:creator> <pubDate>Wed, 26 Aug 2009 12:48:21 +0000</pubDate> <guid
isPermaLink="false">http://www.mitchitized.com/?p=56#comment-36</guid> <description>You&#039;re the second person that recommended that framework, I have to check it out.</description> <content:encoded><![CDATA[<p>You&#8217;re the second person that recommended that framework, I have to check it out.</p> ]]></content:encoded> </item> <item><title>By: adwin</title><link>http://www.mitchitized.com/nerdy-stuff/php-frameworks-explained/#comment-35</link> <dc:creator>adwin</dc:creator> <pubDate>Wed, 26 Aug 2009 09:28:56 +0000</pubDate> <guid
isPermaLink="false">http://www.mitchitized.com/?p=56#comment-35</guid> <description>you forgot to mention Yii Framework from the author of Prado Framework.http://www.yiiframework.com/it looks like Ruby on Rails and has ActiveRecord.</description> <content:encoded><![CDATA[<p>you forgot to mention Yii Framework from the author of Prado Framework.</p><p><a
href="http://www.yiiframework.com/" rel="nofollow">http://www.yiiframework.com/</a></p><p>it looks like Ruby on Rails and has ActiveRecord.</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using xcache
Page Caching using xcache (user agent is rejected)
Database Caching using xcache

Served from: www.mitchitized.com @ 2010-08-01 10:43:38 -->