<?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: Optimizing your (ZF) web application</title>
	<atom:link href="http://svdgraaf.nl/2008/11/07/optimizing-your-zf-web-application/feed/" rel="self" type="application/rss+xml" />
	<link>http://svdgraaf.nl/2008/11/07/optimizing-your-zf-web-application/</link>
	<description>Heck, why not?</description>
	<pubDate>Wed, 10 Mar 2010 09:02:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jon z</title>
		<link>http://svdgraaf.nl/2008/11/07/optimizing-your-zf-web-application/comment-page-1/#comment-10046</link>
		<dc:creator>Jon z</dc:creator>
		<pubDate>Tue, 03 Mar 2009 13:38:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.svdgraaf.nl/2008/11/07/optimizing-your-zf-web-application/#comment-10046</guid>
		<description>&lt;blockquote cite="Sander van de Graaf"&gt;
Optimize Smarty

Be sure to unload the smarty modules you don't need
&lt;/blockquote&gt;

When you say to unload the smarty modules that you don't need, what does this mean exactly?
I've just ported some of my code to smarty and was disappointed to find a distinct performance hit and am looking for ways to optimize it right now, because I really like the cleaness and modularity of the Smarty code.  How much can be gained by unloading modules, and how does one unload a module in Smarty, or find out which have been loaded?  
I did a simple google search for this term and wasn't able to find any references to it other than this page... thanks for any help you can render!</description>
		<content:encoded><![CDATA[<blockquote cite="Sander van de Graaf"><p>
Optimize Smarty</p>
<p>Be sure to unload the smarty modules you don&#8217;t need
</p></blockquote>
<p>When you say to unload the smarty modules that you don&#8217;t need, what does this mean exactly?<br />
I&#8217;ve just ported some of my code to smarty and was disappointed to find a distinct performance hit and am looking for ways to optimize it right now, because I really like the cleaness and modularity of the Smarty code.  How much can be gained by unloading modules, and how does one unload a module in Smarty, or find out which have been loaded?<br />
I did a simple google search for this term and wasn&#8217;t able to find any references to it other than this page&#8230; thanks for any help you can render!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ZendFramework (performance) II &#124; Zend Framework Agregator</title>
		<link>http://svdgraaf.nl/2008/11/07/optimizing-your-zf-web-application/comment-page-1/#comment-7789</link>
		<dc:creator>ZendFramework (performance) II &#124; Zend Framework Agregator</dc:creator>
		<pubDate>Tue, 23 Dec 2008 15:24:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.svdgraaf.nl/2008/11/07/optimizing-your-zf-web-application/#comment-7789</guid>
		<description>[...] To re-iterate on my disclaimer, make sure to actually put a meter on things so you can measure an improvement and not guess (&#8221;I think it&#8217;s faster.&#8221;), because that is the worst. For an example of what I mean, please check out Sander van de Graaf&#8217;s blog. [...]</description>
		<content:encoded><![CDATA[<p>[...] To re-iterate on my disclaimer, make sure to actually put a meter on things so you can measure an improvement and not guess (&#8221;I think it&#8217;s faster.&#8221;), because that is the worst. For an example of what I mean, please check out Sander van de Graaf&#8217;s blog. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Irmantas</title>
		<link>http://svdgraaf.nl/2008/11/07/optimizing-your-zf-web-application/comment-page-1/#comment-7572</link>
		<dc:creator>Irmantas</dc:creator>
		<pubDate>Mon, 08 Dec 2008 07:17:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.svdgraaf.nl/2008/11/07/optimizing-your-zf-web-application/#comment-7572</guid>
		<description>Great post.</description>
		<content:encoded><![CDATA[<p>Great post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jared</title>
		<link>http://svdgraaf.nl/2008/11/07/optimizing-your-zf-web-application/comment-page-1/#comment-7519</link>
		<dc:creator>Jared</dc:creator>
		<pubDate>Wed, 26 Nov 2008 18:07:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.svdgraaf.nl/2008/11/07/optimizing-your-zf-web-application/#comment-7519</guid>
		<description>For constants, why not use APC's apc_define_constants() and apc_load_constants() ?

http://uk.php.net/manual/en/function.apc-define-constants.php

http://uk.php.net/manual/en/function.apc-load-constants.php</description>
		<content:encoded><![CDATA[<p>For constants, why not use APC&#8217;s apc_define_constants() and apc_load_constants() ?</p>
<p><a href="http://uk.php.net/manual/en/function.apc-define-constants.php" rel="nofollow">http://uk.php.net/manual/en/function.apc-define-constants.php</a></p>
<p><a href="http://uk.php.net/manual/en/function.apc-load-constants.php" rel="nofollow">http://uk.php.net/manual/en/function.apc-load-constants.php</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Performanceoptimierung f</title>
		<link>http://svdgraaf.nl/2008/11/07/optimizing-your-zf-web-application/comment-page-1/#comment-7505</link>
		<dc:creator>Performanceoptimierung f</dc:creator>
		<pubDate>Sun, 23 Nov 2008 13:25:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.svdgraaf.nl/2008/11/07/optimizing-your-zf-web-application/#comment-7505</guid>
		<description>[...] Optimizing your (ZF) web application [...]</description>
		<content:encoded><![CDATA[<p>[...] Optimizing your (ZF) web application [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juan Felipe Alvarez Saldarriaga</title>
		<link>http://svdgraaf.nl/2008/11/07/optimizing-your-zf-web-application/comment-page-1/#comment-7477</link>
		<dc:creator>Juan Felipe Alvarez Saldarriaga</dc:creator>
		<pubDate>Sat, 08 Nov 2008 18:40:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.svdgraaf.nl/2008/11/07/optimizing-your-zf-web-application/#comment-7477</guid>
		<description>Great job, nice post!</description>
		<content:encoded><![CDATA[<p>Great job, nice post!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ganz</title>
		<link>http://svdgraaf.nl/2008/11/07/optimizing-your-zf-web-application/comment-page-1/#comment-7475</link>
		<dc:creator>ganz</dc:creator>
		<pubDate>Sat, 08 Nov 2008 11:42:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.svdgraaf.nl/2008/11/07/optimizing-your-zf-web-application/#comment-7475</guid>
		<description>hey, did the 229.602 lines of code originate from the zf? How did you include unnecessary code? Via __autoload?</description>
		<content:encoded><![CDATA[<p>hey, did the 229.602 lines of code originate from the zf? How did you include unnecessary code? Via __autoload?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sander van de Graaf&#8217;s Blog: Optimizing your (ZF) web application : Dragonfly Networks</title>
		<link>http://svdgraaf.nl/2008/11/07/optimizing-your-zf-web-application/comment-page-1/#comment-7474</link>
		<dc:creator>Sander van de Graaf&#8217;s Blog: Optimizing your (ZF) web application : Dragonfly Networks</dc:creator>
		<pubDate>Sat, 08 Nov 2008 11:19:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.svdgraaf.nl/2008/11/07/optimizing-your-zf-web-application/#comment-7474</guid>
		<description>[...] van de Graaf has put together a new post for his blog today that looks at a few ways you can optimize your Zend Framework [...]</description>
		<content:encoded><![CDATA[<p>[...] van de Graaf has put together a new post for his blog today that looks at a few ways you can optimize your Zend Framework [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sander van de Graaf&#8217;s Blog: Optimizing your (ZF) web application : WebNetiques</title>
		<link>http://svdgraaf.nl/2008/11/07/optimizing-your-zf-web-application/comment-page-1/#comment-7473</link>
		<dc:creator>Sander van de Graaf&#8217;s Blog: Optimizing your (ZF) web application : WebNetiques</dc:creator>
		<pubDate>Sat, 08 Nov 2008 10:42:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.svdgraaf.nl/2008/11/07/optimizing-your-zf-web-application/#comment-7473</guid>
		<description>[...] van de Graaf has put together a new post for his blog today that looks at a few ways you can optimize your Zend Framework [...]</description>
		<content:encoded><![CDATA[<p>[...] van de Graaf has put together a new post for his blog today that looks at a few ways you can optimize your Zend Framework [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ook interessant &#124; Scriptorama.nl</title>
		<link>http://svdgraaf.nl/2008/11/07/optimizing-your-zf-web-application/comment-page-1/#comment-7471</link>
		<dc:creator>Ook interessant &#124; Scriptorama.nl</dc:creator>
		<pubDate>Sat, 08 Nov 2008 09:03:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.svdgraaf.nl/2008/11/07/optimizing-your-zf-web-application/#comment-7471</guid>
		<description>[...] Optimizing your Zend Framework Application - Sander van de Graaf bekijkt hoe je een Zend Framework applicatie kunt optimizen [...]</description>
		<content:encoded><![CDATA[<p>[...] Optimizing your Zend Framework Application - Sander van de Graaf bekijkt hoe je een Zend Framework applicatie kunt optimizen [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
