<?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: Speeding up the Zend Framework</title>
	<atom:link href="http://blog.lphuberdeau.com/wordpress/2007/02/13/speeding-up-the-zend-framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.lphuberdeau.com/wordpress/2007/02/13/speeding-up-the-zend-framework/</link>
	<description>Some days, I feel like writing</description>
	<lastBuildDate>Tue, 16 Feb 2010 01:51:33 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: klog &#187; Blog Archive &#187; popularity of php vs java</title>
		<link>http://blog.lphuberdeau.com/wordpress/2007/02/13/speeding-up-the-zend-framework/comment-page-1/#comment-738</link>
		<dc:creator>klog &#187; Blog Archive &#187; popularity of php vs java</dc:creator>
		<pubDate>Tue, 19 Feb 2008 09:39:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lphuberdeau.com/wordpress/?p=104#comment-738</guid>
		<description>[...] was faster. However, the PHP was written in MVC using the Zend Framework. It is well known that ZF is slow (particularly if you use Zend_Loader), so this was not really a fair [...]</description>
		<content:encoded><![CDATA[<p>[...] was faster. However, the PHP was written in MVC using the Zend Framework. It is well known that ZF is slow (particularly if you use Zend_Loader), so this was not really a fair [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Louis-Philippe Huberdeau</title>
		<link>http://blog.lphuberdeau.com/wordpress/2007/02/13/speeding-up-the-zend-framework/comment-page-1/#comment-328</link>
		<dc:creator>Louis-Philippe Huberdeau</dc:creator>
		<pubDate>Tue, 08 Jan 2008 02:55:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lphuberdeau.com/wordpress/?p=104#comment-328</guid>
		<description>True. I really only tested this locally, but that&#039;s a problem that could occur. I just never had enough performance problems in production to really need to move forward with this solution. I guess one thing that could be done is to scan all files and remove includes of those files that were compacted. A fairly simple script could do it.</description>
		<content:encoded><![CDATA[<p>True. I really only tested this locally, but that&#8217;s a problem that could occur. I just never had enough performance problems in production to really need to move forward with this solution. I guess one thing that could be done is to scan all files and remove includes of those files that were compacted. A fairly simple script could do it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Auinger</title>
		<link>http://blog.lphuberdeau.com/wordpress/2007/02/13/speeding-up-the-zend-framework/comment-page-1/#comment-327</link>
		<dc:creator>Tom Auinger</dc:creator>
		<pubDate>Tue, 08 Jan 2008 02:12:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lphuberdeau.com/wordpress/?p=104#comment-327</guid>
		<description>Interesting! I like the idea lots but can&#039;t get it too work. How do you avoid &quot;Cannot redeclare class Zend_XXXX in ...&quot; messages? Sooner or later some other Zend class (one that you didn&#039;t compact) might have a require_once &quot;Zend/XXXX.php&quot; call..

Thanks for your help!</description>
		<content:encoded><![CDATA[<p>Interesting! I like the idea lots but can&#8217;t get it too work. How do you avoid &#8220;Cannot redeclare class Zend_XXXX in &#8230;&#8221; messages? Sooner or later some other Zend class (one that you didn&#8217;t compact) might have a require_once &#8220;Zend/XXXX.php&#8221; call..</p>
<p>Thanks for your help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Snowsoftus.com &#187; Blog Archive &#187; Speeding up the Zend Framework</title>
		<link>http://blog.lphuberdeau.com/wordpress/2007/02/13/speeding-up-the-zend-framework/comment-page-1/#comment-140</link>
		<dc:creator>Snowsoftus.com &#187; Blog Archive &#187; Speeding up the Zend Framework</dc:creator>
		<pubDate>Tue, 18 Dec 2007 14:39:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lphuberdeau.com/wordpress/?p=104#comment-140</guid>
		<description>[...] Link    Category: PHP, Programming &#160;&#124;&#160;&#160;Comment (RSS) &#160;&#124;&#160;&#160;Trackback [...]</description>
		<content:encoded><![CDATA[<p>[...] Link    Category: PHP, Programming &nbsp;|&nbsp;&nbsp;Comment (RSS) &nbsp;|&nbsp;&nbsp;Trackback [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: butterbrot</title>
		<link>http://blog.lphuberdeau.com/wordpress/2007/02/13/speeding-up-the-zend-framework/comment-page-1/#comment-20</link>
		<dc:creator>butterbrot</dc:creator>
		<pubDate>Thu, 23 Aug 2007 18:45:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lphuberdeau.com/wordpress/?p=104#comment-20</guid>
		<description>Hi Louis,
I had the same problem, I worte a little php extension wich solves that problem quite well.

@see
http://blog.myhat.de/2007/07/14/php-extension-xend/</description>
		<content:encoded><![CDATA[<p>Hi Louis,<br />
I had the same problem, I worte a little php extension wich solves that problem quite well.</p>
<p>@see<br />
<a href="http://blog.myhat.de/2007/07/14/php-extension-xend/" rel="nofollow">http://blog.myhat.de/2007/07/14/php-extension-xend/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Johnstone</title>
		<link>http://blog.lphuberdeau.com/wordpress/2007/02/13/speeding-up-the-zend-framework/comment-page-1/#comment-19</link>
		<dc:creator>Andrew Johnstone</dc:creator>
		<pubDate>Sun, 01 Jul 2007 17:48:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lphuberdeau.com/wordpress/?p=104#comment-19</guid>
		<description>I had exactly the same issue and a very high performance gain doing exactly the same thing on our own framework. We had roughly 2 meg of code being included once we merged them together. We did question whether it was realistic to have that being required on pages dynamically or whether to start writing C++ and embedding functions directly into PHP.</description>
		<content:encoded><![CDATA[<p>I had exactly the same issue and a very high performance gain doing exactly the same thing on our own framework. We had roughly 2 meg of code being included once we merged them together. We did question whether it was realistic to have that being required on pages dynamically or whether to start writing C++ and embedding functions directly into PHP.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
