<?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: When Did Performance Stop Being Important?</title>
	<atom:link href="http://blog.ericlamb.net/2009/09/when-did-performance-stop-being-important/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ericlamb.net/2009/09/when-did-performance-stop-being-important/</link>
	<description>Thoughts on programming, people and life</description>
	<lastBuildDate>Sat, 04 Feb 2012 09:01:37 -0800</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Mauricio Sowinski</title>
		<link>http://blog.ericlamb.net/2009/09/when-did-performance-stop-being-important/comment-page-1/#comment-61368</link>
		<dc:creator>Mauricio Sowinski</dc:creator>
		<pubDate>Tue, 28 Jun 2011 12:57:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ericlamb.net/?p=2506#comment-61368</guid>
		<description>How do i assign different html documents to a cell in a html table?</description>
		<content:encoded><![CDATA[<p>How do i assign different html documents to a cell in a html table?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blog.ericlamb.net/2009/09/when-did-performance-stop-being-important/comment-page-1/#comment-1602</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 30 Dec 2009 17:54:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ericlamb.net/?p=2506#comment-1602</guid>
		<description>It sounds like you are emulating Rasmus a bit, Eric.
I used to be a huge proponent of PHP frameworks, specifically The Zend Framework.  Then I spent the last year on Objective-C and C land developing an iPhone app.  Coming back to a middleware environment from an environment where real estate was ALWAYS a factor, I feel that PHP is just not a language upon which one should build a framework.
Of course, PHP has its place.  All languages do.  But PHP&#039;s place is outputting to the browser.  You&#039;re kidding yourself if you want it to do more than that, save for some low-level file operations or database queries.  This is precisely due to the nature of the language itself: every request involves the re-instantiation of objects.  If you throw enough objects into the mix, you lose performance.
Sure, most servers can handle these requests with relative ease, but if you throw enough traffic at them, they will start to throttle much sooner on a PHP stack than a J2EE, .NET, or even Django setup.
That said, there are some Java tie-ins for PHP (such as the PHP-Java Bridge http://php-java-bridge.sourceforge.net/pjb/) that let PHP do what it does best.
I agree that microframeworks are a good solution for small sites as long as there&#039;s some caching implementation involved.

TLDR: I agree with OP.</description>
		<content:encoded><![CDATA[<p>It sounds like you are emulating Rasmus a bit, Eric.<br />
I used to be a huge proponent of PHP frameworks, specifically The Zend Framework.  Then I spent the last year on Objective-C and C land developing an iPhone app.  Coming back to a middleware environment from an environment where real estate was ALWAYS a factor, I feel that PHP is just not a language upon which one should build a framework.<br />
Of course, PHP has its place.  All languages do.  But PHP&#8217;s place is outputting to the browser.  You&#8217;re kidding yourself if you want it to do more than that, save for some low-level file operations or database queries.  This is precisely due to the nature of the language itself: every request involves the re-instantiation of objects.  If you throw enough objects into the mix, you lose performance.<br />
Sure, most servers can handle these requests with relative ease, but if you throw enough traffic at them, they will start to throttle much sooner on a PHP stack than a J2EE, .NET, or even Django setup.<br />
That said, there are some Java tie-ins for PHP (such as the PHP-Java Bridge <a href="http://php-java-bridge.sourceforge.net/pjb/" onclick="return TrackClick('http%3A%2F%2Fphp-java-bridge.sourceforge.net%2Fpjb%2F','http%3A%2F%2Fphp-java-bridge.sourceforge.net%2Fpjb%2F')" rel="nofollow">http://php-java-bridge.sourceforge.net/pjb/</a>) that let PHP do what it does best.<br />
I agree that microframeworks are a good solution for small sites as long as there&#8217;s some caching implementation involved.</p>
<p>TLDR: I agree with OP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: schnalle</title>
		<link>http://blog.ericlamb.net/2009/09/when-did-performance-stop-being-important/comment-page-1/#comment-1379</link>
		<dc:creator>schnalle</dc:creator>
		<pubDate>Mon, 16 Nov 2009 13:25:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ericlamb.net/?p=2506#comment-1379</guid>
		<description>to be honest, for most of my (private) projects i don&#039;t use a full blown framework like ZF, but a very lightweight microframework (something like http://github.com/bastos/nicedog). 

very small, very fast, and it certainly got nothing i don&#039;t need :)</description>
		<content:encoded><![CDATA[<p>to be honest, for most of my (private) projects i don&#8217;t use a full blown framework like ZF, but a very lightweight microframework (something like <a href="http://github.com/bastos/nicedog" onclick="return TrackClick('http%3A%2F%2Fgithub.com%2Fbastos%2Fnicedog','http%3A%2F%2Fgithub.com%2Fbastos%2Fnicedog')" rel="nofollow">http://github.com/bastos/nicedog</a>). </p>
<p>very small, very fast, and it certainly got nothing i don&#8217;t need <img src='http://blog.ericlamb.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Lamb</title>
		<link>http://blog.ericlamb.net/2009/09/when-did-performance-stop-being-important/comment-page-1/#comment-1377</link>
		<dc:creator>Eric Lamb</dc:creator>
		<pubDate>Mon, 16 Nov 2009 09:58:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ericlamb.net/?p=2506#comment-1377</guid>
		<description>No worries man; after hearing about your day your response makes complete sense. I&#039;ve actually had to do the same thing so I definitely feel your pain.  

You make some good points and I agree with you pretty much across the board but with a couple exceptions and notes:

About the productivity: hell yes, using a framework increases productivity. Once you learn it that is. At the time I wrote the post I was in the throes of learning ZF and, as I&#039;m sure you know, ZF has a hell of a learning curve. Was it unfair of me to blame &lt;em&gt;all&lt;/em&gt; frameworks for this? Yes it was. 100% my bad on that. You could relate my mindset at the time I wrote the post to yours when you responded :)

Since getting up to speed with ZF I&#039;ve definitely seen the light in framework land though I still reserve the right to hate specific frameworks (I&#039;m looking at you Akelos).

People always tout that hardware is cheap; it&#039;s a cliche at this point. It is true that adding hardware will solve pretty much all software problems but that&#039;s only true if you can actually get the hardware (I&#039;ve had problems with this way too many times). 

For example, I&#039;ve worked at places where getting money for hardware wasn&#039;t easy (almost impossible) and would require HUGE amounts of notice, research and preparation (read: reports). On top of that the programmers would be responsible for maintaining and managing the new hardware. Not the norm I know, and that probably has more to do with my perception of performance than anything else. Consequently, I&#039;ve never seen the logic in counting on hardware to fix performance issues except if there was nothing else left to do. In hindsight, probably not the healthiest outlooks.

That being said (and because I think you called me out on this); I&#039;ve always been careful about NOT prematurely optimizing anything. I get how absolutely stupid that would be. I&#039;ve personally seen programmers waste &lt;em&gt;days&lt;/em&gt; making tweaks to code that amount to nothing significant in the grand scheme (and then having it all undone through QA). As you pointed out in your first comment  a hundredth of a percent decrease in time is meaningless in the grand scheme.

Thanks for the insight. I feel like this discussion added to the post.</description>
		<content:encoded><![CDATA[<p>No worries man; after hearing about your day your response makes complete sense. I&#8217;ve actually had to do the same thing so I definitely feel your pain.  </p>
<p>You make some good points and I agree with you pretty much across the board but with a couple exceptions and notes:</p>
<p>About the productivity: hell yes, using a framework increases productivity. Once you learn it that is. At the time I wrote the post I was in the throes of learning ZF and, as I&#8217;m sure you know, ZF has a hell of a learning curve. Was it unfair of me to blame <em>all</em> frameworks for this? Yes it was. 100% my bad on that. You could relate my mindset at the time I wrote the post to yours when you responded <img src='http://blog.ericlamb.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Since getting up to speed with ZF I&#8217;ve definitely seen the light in framework land though I still reserve the right to hate specific frameworks (I&#8217;m looking at you Akelos).</p>
<p>People always tout that hardware is cheap; it&#8217;s a cliche at this point. It is true that adding hardware will solve pretty much all software problems but that&#8217;s only true if you can actually get the hardware (I&#8217;ve had problems with this way too many times). </p>
<p>For example, I&#8217;ve worked at places where getting money for hardware wasn&#8217;t easy (almost impossible) and would require HUGE amounts of notice, research and preparation (read: reports). On top of that the programmers would be responsible for maintaining and managing the new hardware. Not the norm I know, and that probably has more to do with my perception of performance than anything else. Consequently, I&#8217;ve never seen the logic in counting on hardware to fix performance issues except if there was nothing else left to do. In hindsight, probably not the healthiest outlooks.</p>
<p>That being said (and because I think you called me out on this); I&#8217;ve always been careful about NOT prematurely optimizing anything. I get how absolutely stupid that would be. I&#8217;ve personally seen programmers waste <em>days</em> making tweaks to code that amount to nothing significant in the grand scheme (and then having it all undone through QA). As you pointed out in your first comment  a hundredth of a percent decrease in time is meaningless in the grand scheme.</p>
<p>Thanks for the insight. I feel like this discussion added to the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: schnalle</title>
		<link>http://blog.ericlamb.net/2009/09/when-did-performance-stop-being-important/comment-page-1/#comment-1375</link>
		<dc:creator>schnalle</dc:creator>
		<pubDate>Mon, 16 Nov 2009 07:09:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ericlamb.net/?p=2506#comment-1375</guid>
		<description>sorry, i was a bit irate yesternight - i worked through the whole weekend, and i was very tired. was i wanted to say:

* if mvc-frameworks don&#039;t increase your productivity, you may do something very wrong. for small projects i used a certain (mvc-)microframework a lot, and i love it. it feels like a big step in evolution, and i love how incredibly fast i&#039;m able to implement small projects.
* procedural programming may be a nuance faster and more memory efficient, but it makes developement hard. i have to work with a huge (homegrown, but not by me) 1998-style php3 procedural programming cms at work, and it&#039;s dev hell. mixed php/html, no oop, untestable, ... - sorry i got worked up a bit, but i have to deal with this on a daily basis, and it&#039;s NOT FUN.
* you may be right: for some huge applications (like reddit, facebook, ...) with trendemous traffic a full blown framework may be too slow and/or memory hungry. it may pay off to write everthing from scratch there, on the other hand, additional machines are often cheaper in this case.
* normally, dev-time is more expensive than hardware.
* &quot;OOP is way more expensive than procedural&quot; - true. but is it TOO expensive, performance-wise? definitley not. a project often gets expensive when it comes to maintainability, though. and in almost all cases, procedural programming is definitley harder to maintain than a nice, oop&#039;d mvc-application.
* almost all php applications spend more time waiting for the database than script execution itself.
* in my personal experience, i encountered 2 projects where &quot;php was too slow&quot;, and both times it boiled down to bad algorithms (n², anyone?). ok, there was one more time, when the whole CMS was used to answer a trivial ajax request. as soon those got rewritten, everything went smooth again. and as soon as you&#039;re able to enable caching (not possible everywhere, but still), performance really doesn&#039;t matter anymore!
* you know the old saying: it doesn&#039;t have to be really fast, it just has to be fast *enough*
* &quot;at the end of the day ...&quot; - may be at the end of the week, if you don&#039;t go for maintainability and ease-of-developement. optimizing in the case of going viral will certainly be cheaper than maintaining prematurely optimized code.

sorry, i didn&#039;t want to be impolite, but your article was just too absurd.

going back to procedural programming ... heh.</description>
		<content:encoded><![CDATA[<p>sorry, i was a bit irate yesternight &#8211; i worked through the whole weekend, and i was very tired. was i wanted to say:</p>
<p>* if mvc-frameworks don&#8217;t increase your productivity, you may do something very wrong. for small projects i used a certain (mvc-)microframework a lot, and i love it. it feels like a big step in evolution, and i love how incredibly fast i&#8217;m able to implement small projects.<br />
* procedural programming may be a nuance faster and more memory efficient, but it makes developement hard. i have to work with a huge (homegrown, but not by me) 1998-style php3 procedural programming cms at work, and it&#8217;s dev hell. mixed php/html, no oop, untestable, &#8230; &#8211; sorry i got worked up a bit, but i have to deal with this on a daily basis, and it&#8217;s NOT FUN.<br />
* you may be right: for some huge applications (like reddit, facebook, &#8230;) with trendemous traffic a full blown framework may be too slow and/or memory hungry. it may pay off to write everthing from scratch there, on the other hand, additional machines are often cheaper in this case.<br />
* normally, dev-time is more expensive than hardware.<br />
* &#8220;OOP is way more expensive than procedural&#8221; &#8211; true. but is it TOO expensive, performance-wise? definitley not. a project often gets expensive when it comes to maintainability, though. and in almost all cases, procedural programming is definitley harder to maintain than a nice, oop&#8217;d mvc-application.<br />
* almost all php applications spend more time waiting for the database than script execution itself.<br />
* in my personal experience, i encountered 2 projects where &#8220;php was too slow&#8221;, and both times it boiled down to bad algorithms (n², anyone?). ok, there was one more time, when the whole CMS was used to answer a trivial ajax request. as soon those got rewritten, everything went smooth again. and as soon as you&#8217;re able to enable caching (not possible everywhere, but still), performance really doesn&#8217;t matter anymore!<br />
* you know the old saying: it doesn&#8217;t have to be really fast, it just has to be fast *enough*<br />
* &#8220;at the end of the day &#8230;&#8221; &#8211; may be at the end of the week, if you don&#8217;t go for maintainability and ease-of-developement. optimizing in the case of going viral will certainly be cheaper than maintaining prematurely optimized code.</p>
<p>sorry, i didn&#8217;t want to be impolite, but your article was just too absurd.</p>
<p>going back to procedural programming &#8230; heh.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Lamb</title>
		<link>http://blog.ericlamb.net/2009/09/when-did-performance-stop-being-important/comment-page-1/#comment-1374</link>
		<dc:creator>Eric Lamb</dc:creator>
		<pubDate>Sun, 15 Nov 2009 22:35:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ericlamb.net/?p=2506#comment-1374</guid>
		<description>C&#039;mon man, calm down; you&#039;re showing your ass a little here...

You laid out kind of a rant (albeit, with some points buried inside that left me with questions) and for the sake of anyone else who reads this I wanted to respond. And yes, I admit, I couldn&#039;t really help myself from responding either.

First, I was using the move to procedural as an option (yes, a bad option) for fixing the issues I was seeing at the time. I honestly thought the absurdity of the statement was obvious when I was writing it. My bad on thinking people wouldn&#039;t jump at a chance to show how smart they are I guess.

--
Then you rant some more with nothing to respond to. It kinda speaks for itself... (Congrats on the Haskel reference).
--

Next, who said anything about building a reddit (or similar)? And why would I have to build a site on that scale to worry about performance and resource usage? 

Lastly, I never said anything about OOP being too slow for web development. What I was doing was posing a question about the resource usage I saw &lt;em&gt;during development&lt;/em&gt;. Hell, I even pointed out in the above comment, when the memory usage dropped from 7MB to 1.5MB, that framework performance wasn&#039;t an issue.</description>
		<content:encoded><![CDATA[<p>C&#8217;mon man, calm down; you&#8217;re showing your ass a little here&#8230;</p>
<p>You laid out kind of a rant (albeit, with some points buried inside that left me with questions) and for the sake of anyone else who reads this I wanted to respond. And yes, I admit, I couldn&#8217;t really help myself from responding either.</p>
<p>First, I was using the move to procedural as an option (yes, a bad option) for fixing the issues I was seeing at the time. I honestly thought the absurdity of the statement was obvious when I was writing it. My bad on thinking people wouldn&#8217;t jump at a chance to show how smart they are I guess.</p>
<p>&#8211;<br />
Then you rant some more with nothing to respond to. It kinda speaks for itself&#8230; (Congrats on the Haskel reference).<br />
&#8211;</p>
<p>Next, who said anything about building a reddit (or similar)? And why would I have to build a site on that scale to worry about performance and resource usage? </p>
<p>Lastly, I never said anything about OOP being too slow for web development. What I was doing was posing a question about the resource usage I saw <em>during development</em>. Hell, I even pointed out in the above comment, when the memory usage dropped from 7MB to 1.5MB, that framework performance wasn&#8217;t an issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: schnalle</title>
		<link>http://blog.ericlamb.net/2009/09/when-did-performance-stop-being-important/comment-page-1/#comment-1373</link>
		<dc:creator>schnalle</dc:creator>
		<pubDate>Sun, 15 Nov 2009 21:27:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ericlamb.net/?p=2506#comment-1373</guid>
		<description>if a framework won&#039;t let you be more productive, then do it: go, ditch it. your procedural, and (hopefully) mixed php/html scripts will definitley run faster, with less memory consumption (welcome back, 1995!). 
also, you could program all your pages in assembler/c/go/haskell (oh no, forget the last one - haskell definitley needs more ram than plain c) - that will even speed them up a bit! response time down to 0.032 secs insted of 0.037 seconds! yay, gratulations!

even better, write your own webserver specialized in what you want to do! can you even imagine what overhead apache/nginx/lighttpd imposes on your requests?

you&#039;re certainly writing the new reddit/facebook/twitter, so obviously expensive frameworks aren&#039;t for you. if your script needs 1,5mb per request (as you said in your comment), your server are capped at ~2,600 concurrent requests (memory-wise, don&#039;t get me startet on response-time!), assuming 4gb of available memory (wait, twitter is partly built on ruby, the one of the slowest languages known to man, d&#039;oh).

i can&#039;t think i ever read something as dumb as accusing OOP as being too slow for web developement. i have to stop and cool down now. good luck going procedural.</description>
		<content:encoded><![CDATA[<p>if a framework won&#8217;t let you be more productive, then do it: go, ditch it. your procedural, and (hopefully) mixed php/html scripts will definitley run faster, with less memory consumption (welcome back, 1995!).<br />
also, you could program all your pages in assembler/c/go/haskell (oh no, forget the last one &#8211; haskell definitley needs more ram than plain c) &#8211; that will even speed them up a bit! response time down to 0.032 secs insted of 0.037 seconds! yay, gratulations!</p>
<p>even better, write your own webserver specialized in what you want to do! can you even imagine what overhead apache/nginx/lighttpd imposes on your requests?</p>
<p>you&#8217;re certainly writing the new reddit/facebook/twitter, so obviously expensive frameworks aren&#8217;t for you. if your script needs 1,5mb per request (as you said in your comment), your server are capped at ~2,600 concurrent requests (memory-wise, don&#8217;t get me startet on response-time!), assuming 4gb of available memory (wait, twitter is partly built on ruby, the one of the slowest languages known to man, d&#8217;oh).</p>
<p>i can&#8217;t think i ever read something as dumb as accusing OOP as being too slow for web developement. i have to stop and cool down now. good luck going procedural.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://blog.ericlamb.net/2009/09/when-did-performance-stop-being-important/comment-page-1/#comment-1354</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Fri, 06 Nov 2009 16:07:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ericlamb.net/?p=2506#comment-1354</guid>
		<description>When it became cheaper to throw hardware at a performance issue than having a developer try to squeeze speed out of their codebase.</description>
		<content:encoded><![CDATA[<p>When it became cheaper to throw hardware at a performance issue than having a developer try to squeeze speed out of their codebase.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Lamb</title>
		<link>http://blog.ericlamb.net/2009/09/when-did-performance-stop-being-important/comment-page-1/#comment-1252</link>
		<dc:creator>Eric Lamb</dc:creator>
		<pubDate>Tue, 22 Sep 2009 07:01:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ericlamb.net/?p=2506#comment-1252</guid>
		<description>I don&#039;t think I was talking about premature optimization (blame my bad writing for any confusion :)). 

To me, premature optimization involves rewriting and restructuring chunks of code that has yet to be proven necessary or useful. This is not what I was talking about.

No, what I was trying to convey was noticing the HUGE overhead while doing trivial things like bootstrapping and database calls. I&#039;ve learned it&#039;s just, well, frankly, naive, to blindly develop without knowing the impact your development is having on the stability and integrity of the project as a whole and so I am always keeping an &lt;a href=&quot;http://blog.ericlamb.net/2009/09/keeping-an-eye-on-your-development/&quot; title=&quot;Keeping an Eye on Your Development&quot; rel=&quot;nofollow&quot;&gt;eye on my development&lt;/a&gt;.

That being said, I have (just today) uploaded my ZF site to my production server for testing and noticed just an amazing decrease in memory and CPU usage. On my development machine (using php 5.3 &amp; Apache 2.2) each page was taking around 7MB of memory. On my production server (php 5.2.11 &amp; Apache 2.2 with PHP Accelerator) each page was taking about 1.5MB so there was a pretty impressive improvement from development to production.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t think I was talking about premature optimization (blame my bad writing for any confusion <img src='http://blog.ericlamb.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ). </p>
<p>To me, premature optimization involves rewriting and restructuring chunks of code that has yet to be proven necessary or useful. This is not what I was talking about.</p>
<p>No, what I was trying to convey was noticing the HUGE overhead while doing trivial things like bootstrapping and database calls. I&#8217;ve learned it&#8217;s just, well, frankly, naive, to blindly develop without knowing the impact your development is having on the stability and integrity of the project as a whole and so I am always keeping an <a href="http://blog.ericlamb.net/2009/09/keeping-an-eye-on-your-development/" onclick="return TrackClick('http%3A%2F%2Fblog.ericlamb.net%2F2009%2F09%2Fkeeping-an-eye-on-your-development%2F','Keeping+an+Eye+on+Your+Development')" title="Keeping an Eye on Your Development" rel="nofollow">eye on my development</a>.</p>
<p>That being said, I have (just today) uploaded my ZF site to my production server for testing and noticed just an amazing decrease in memory and CPU usage. On my development machine (using php 5.3 &#038; Apache 2.2) each page was taking around 7MB of memory. On my production server (php 5.2.11 &#038; Apache 2.2 with PHP Accelerator) each page was taking about 1.5MB so there was a pretty impressive improvement from development to production.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ...</title>
		<link>http://blog.ericlamb.net/2009/09/when-did-performance-stop-being-important/comment-page-1/#comment-1251</link>
		<dc:creator>...</dc:creator>
		<pubDate>Mon, 21 Sep 2009 23:45:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ericlamb.net/?p=2506#comment-1251</guid>
		<description>Never prematurely optimize. Unless you are working on the next Facebook, Zend Framework will scale fine. Your bottlenecks are going to be in database, filesystem and web service calls, most definitely not with using OOP code (the performance gains from using procedural PHP are nigh-unnoticeable and not worth the loss of maintainability/portability). Even if your application does reach the stage where it is serving several hundred million requests per day, it will not matter what PHP framework or coding style you are using, as you will need to rewrite your PHP backend in a real language like C, Java or Python.</description>
		<content:encoded><![CDATA[<p>Never prematurely optimize. Unless you are working on the next Facebook, Zend Framework will scale fine. Your bottlenecks are going to be in database, filesystem and web service calls, most definitely not with using OOP code (the performance gains from using procedural PHP are nigh-unnoticeable and not worth the loss of maintainability/portability). Even if your application does reach the stage where it is serving several hundred million requests per day, it will not matter what PHP framework or coding style you are using, as you will need to rewrite your PHP backend in a real language like C, Java or Python.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

