<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Zend Framework Controller: 22% Drop in Responsiveness</title>
	<atom:link href="http://blog.fedecarg.com/2008/09/16/zend-framework-controller-22-drop-in-responsiveness/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.fedecarg.com/2008/09/16/zend-framework-controller-22-drop-in-responsiveness/</link>
	<description>Simple is better than complex. Complex is better than complicated. &#124; @fedecarg</description>
	<lastBuildDate>Mon, 06 Feb 2012 14:38:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Zend Framework und Performance &#171; Net-Entwicklung.de - Mein Blog</title>
		<link>http://blog.fedecarg.com/2008/09/16/zend-framework-controller-22-drop-in-responsiveness/#comment-2765</link>
		<dc:creator><![CDATA[Zend Framework und Performance &#171; Net-Entwicklung.de - Mein Blog]]></dc:creator>
		<pubDate>Sat, 25 Apr 2009 23:20:41 +0000</pubDate>
		<guid isPermaLink="false">http://phpimpact.wordpress.com/?p=797#comment-2765</guid>
		<description><![CDATA[[...] Hier gibt es ein interessanter Artikel über Performance Bottlenecks. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Hier gibt es ein interessanter Artikel über Performance Bottlenecks. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Implementing your own Front Controller in Zend Framework &#171; fede.carg ( blog )</title>
		<link>http://blog.fedecarg.com/2008/09/16/zend-framework-controller-22-drop-in-responsiveness/#comment-2659</link>
		<dc:creator><![CDATA[Implementing your own Front Controller in Zend Framework &#171; fede.carg ( blog )]]></dc:creator>
		<pubDate>Sun, 05 Apr 2009 12:12:08 +0000</pubDate>
		<guid isPermaLink="false">http://phpimpact.wordpress.com/?p=797#comment-2659</guid>
		<description><![CDATA[[...] the default Front Controller? What if you don&#8217;t need all that flexibility, a URL mapper, a ViewRendered plugin or an ActionStack helper. Maybe all you need is just a couple of controllers, and [...]]]></description>
		<content:encoded><![CDATA[<p>[...] the default Front Controller? What if you don&#8217;t need all that flexibility, a URL mapper, a ViewRendered plugin or an ActionStack helper. Maybe all you need is just a couple of controllers, and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zend Framework Automatic Dependency Tracking</title>
		<link>http://blog.fedecarg.com/2008/09/16/zend-framework-controller-22-drop-in-responsiveness/#comment-2261</link>
		<dc:creator><![CDATA[Zend Framework Automatic Dependency Tracking]]></dc:creator>
		<pubDate>Mon, 02 Feb 2009 12:18:02 +0000</pubDate>
		<guid isPermaLink="false">http://phpimpact.wordpress.com/?p=797#comment-2261</guid>
		<description><![CDATA[[...] it can also be used to evaluate packages. Sometimes packages create unnecessary dependencies, Zend_Loader is a good example of [...]]]></description>
		<content:encoded><![CDATA[<p>[...] it can also be used to evaluate packages. Sometimes packages create unnecessary dependencies, Zend_Loader is a good example of [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Federico</title>
		<link>http://blog.fedecarg.com/2008/09/16/zend-framework-controller-22-drop-in-responsiveness/#comment-2029</link>
		<dc:creator><![CDATA[Federico]]></dc:creator>
		<pubDate>Mon, 05 Jan 2009 19:09:12 +0000</pubDate>
		<guid isPermaLink="false">http://phpimpact.wordpress.com/?p=797#comment-2029</guid>
		<description><![CDATA[I don&#039;t understand. You are executing a php script with Zend Studio? How, where and what are you benchmarking?]]></description>
		<content:encoded><![CDATA[<p>I don&#8217;t understand. You are executing a php script with Zend Studio? How, where and what are you benchmarking?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raven</title>
		<link>http://blog.fedecarg.com/2008/09/16/zend-framework-controller-22-drop-in-responsiveness/#comment-2027</link>
		<dc:creator><![CDATA[Raven]]></dc:creator>
		<pubDate>Mon, 05 Jan 2009 18:59:40 +0000</pubDate>
		<guid isPermaLink="false">http://phpimpact.wordpress.com/?p=797#comment-2027</guid>
		<description><![CDATA[It was simple start application from recent Zend Studio for Eclipse, witch use Zend_Layout. I disabled View helper by $front-&gt;setParam(’noViewRenderer’, true), but disabling it just like in this article produce the same results.]]></description>
		<content:encoded><![CDATA[<p>It was simple start application from recent Zend Studio for Eclipse, witch use Zend_Layout. I disabled View helper by $front-&gt;setParam(’noViewRenderer’, true), but disabling it just like in this article produce the same results.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Federico</title>
		<link>http://blog.fedecarg.com/2008/09/16/zend-framework-controller-22-drop-in-responsiveness/#comment-2012</link>
		<dc:creator><![CDATA[Federico]]></dc:creator>
		<pubDate>Sat, 03 Jan 2009 13:53:37 +0000</pubDate>
		<guid isPermaLink="false">http://phpimpact.wordpress.com/?p=797#comment-2012</guid>
		<description><![CDATA[I suggest you publish your test results, like Paul Jones did, so we can analyse them.]]></description>
		<content:encoded><![CDATA[<p>I suggest you publish your test results, like Paul Jones did, so we can analyse them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raven</title>
		<link>http://blog.fedecarg.com/2008/09/16/zend-framework-controller-22-drop-in-responsiveness/#comment-2011</link>
		<dc:creator><![CDATA[Raven]]></dc:creator>
		<pubDate>Sat, 03 Jan 2009 13:49:28 +0000</pubDate>
		<guid isPermaLink="false">http://phpimpact.wordpress.com/?p=797#comment-2011</guid>
		<description><![CDATA[I tested it with ZF 1.7.2, and i only notice ~2% drop in responsiveness. Turning on APC increase this drop to ~5%, but &#039;requests per second&#039; is much bigger.]]></description>
		<content:encoded><![CDATA[<p>I tested it with ZF 1.7.2, and i only notice ~2% drop in responsiveness. Turning on APC increase this drop to ~5%, but &#8216;requests per second&#8217; is much bigger.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PHPUnit: Testing Zend Framework Controllers</title>
		<link>http://blog.fedecarg.com/2008/09/16/zend-framework-controller-22-drop-in-responsiveness/#comment-1992</link>
		<dc:creator><![CDATA[PHPUnit: Testing Zend Framework Controllers]]></dc:creator>
		<pubDate>Sat, 27 Dec 2008 10:56:38 +0000</pubDate>
		<guid isPermaLink="false">http://phpimpact.wordpress.com/?p=797#comment-1992</guid>
		<description><![CDATA[[...] Please note that disabling the ViewRenderer helper is optional. However, you should know that the use of Zend_Controller_Action_Helper_ViewRenderer class can result in performance degradation. More info here. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Please note that disabling the ViewRenderer helper is optional. However, you should know that the use of Zend_Controller_Action_Helper_ViewRenderer class can result in performance degradation. More info here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mothmenace</title>
		<link>http://blog.fedecarg.com/2008/09/16/zend-framework-controller-22-drop-in-responsiveness/#comment-1941</link>
		<dc:creator><![CDATA[Mothmenace]]></dc:creator>
		<pubDate>Mon, 24 Nov 2008 17:27:10 +0000</pubDate>
		<guid isPermaLink="false">http://phpimpact.wordpress.com/?p=797#comment-1941</guid>
		<description><![CDATA[I tried $front-&gt;setParam(&#039;noViewRenderer&#039;, true) but app seemed to get stuck in a redirect loop - any idea why that might be? Many thanks for your blog and activity in ZF community]]></description>
		<content:encoded><![CDATA[<p>I tried $front-&gt;setParam(&#8216;noViewRenderer&#8217;, true) but app seemed to get stuck in a redirect loop &#8211; any idea why that might be? Many thanks for your blog and activity in ZF community</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: till</title>
		<link>http://blog.fedecarg.com/2008/09/16/zend-framework-controller-22-drop-in-responsiveness/#comment-1886</link>
		<dc:creator><![CDATA[till]]></dc:creator>
		<pubDate>Sat, 01 Nov 2008 20:51:45 +0000</pubDate>
		<guid isPermaLink="false">http://phpimpact.wordpress.com/?p=797#comment-1886</guid>
		<description><![CDATA[Interesting idea, I didn&#039;t benchmark with ab yet, just Xdebug so far and I couldn&#039;t tell any larger difference, in fact the app took longer to load on various tries (not just on the first hit).

Any ideas?

(P.S. Ping me via email if you reply here, I am not sure if your blog &quot;subscribes&quot; me to this entry. :-))]]></description>
		<content:encoded><![CDATA[<p>Interesting idea, I didn&#8217;t benchmark with ab yet, just Xdebug so far and I couldn&#8217;t tell any larger difference, in fact the app took longer to load on various tries (not just on the first hit).</p>
<p>Any ideas?</p>
<p>(P.S. Ping me via email if you reply here, I am not sure if your blog &#8220;subscribes&#8221; me to this entry. :-))</p>
]]></content:encoded>
	</item>
</channel>
</rss>

