<?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"
	>
<channel>
	<title>Comments on: Zend_Cache is Saving me Money!</title>
	<atom:link href="http://www.brownphp.com/2008/07/zend_cache-is-saving-me-money/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brownphp.com/2008/07/zend_cache-is-saving-me-money/</link>
	<description>Created and Designed for Object Oriented PHP Developers</description>
	<pubDate>Wed, 19 Nov 2008 23:33:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Doug</title>
		<link>http://www.brownphp.com/2008/07/zend_cache-is-saving-me-money/#comment-11</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Wed, 09 Jul 2008 14:26:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.brownphp.com/?p=9#comment-11</guid>
		<description>If I was to cache an entire page, using the Zend Framework, where would I do it?  In the controller or view?  I have no idea how I could implement a page cache in an MVC design pattern, lol. Please keep your laughing to a minimum. :(</description>
		<content:encoded><![CDATA[<p>If I was to cache an entire page, using the Zend Framework, where would I do it?  In the controller or view?  I have no idea how I could implement a page cache in an MVC design pattern, lol. Please keep your laughing to a minimum. <img src='http://www.brownphp.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://www.brownphp.com/2008/07/zend_cache-is-saving-me-money/#comment-7</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Sat, 05 Jul 2008 10:58:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.brownphp.com/?p=9#comment-7</guid>
		<description>That is a good idea.  But for now, the only problem I was really having was too many mysql connections.</description>
		<content:encoded><![CDATA[<p>That is a good idea.  But for now, the only problem I was really having was too many mysql connections.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ST</title>
		<link>http://www.brownphp.com/2008/07/zend_cache-is-saving-me-money/#comment-6</link>
		<dc:creator>ST</dc:creator>
		<pubDate>Sat, 05 Jul 2008 03:58:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.brownphp.com/?p=9#comment-6</guid>
		<description>You should consider caching entire pages, not just database queries. Would decrease your load even further.</description>
		<content:encoded><![CDATA[<p>You should consider caching entire pages, not just database queries. Would decrease your load even further.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://www.brownphp.com/2008/07/zend_cache-is-saving-me-money/#comment-5</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Fri, 04 Jul 2008 21:46:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.brownphp.com/?p=9#comment-5</guid>
		<description>&lt;blockquote&gt;Cory Comer said: Zend_Cache is a great tool, especially when used with a very efficient backend like memchached or on a ramdisk. The ...&lt;/blockquote&gt;

Right now, as I am just testing it out with the site, I am using a File backend.  I know that is not anywhere near efficient when placed against memcache.  I should work on changing that here soon to give the site a little more of a performance boost.</description>
		<content:encoded><![CDATA[<blockquote><p>Cory Comer said: Zend_Cache is a great tool, especially when used with a very efficient backend like memchached or on a ramdisk. The &#8230;</p></blockquote>
<p>Right now, as I am just testing it out with the site, I am using a File backend.  I know that is not anywhere near efficient when placed against memcache.  I should work on changing that here soon to give the site a little more of a performance boost.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cory Comer</title>
		<link>http://www.brownphp.com/2008/07/zend_cache-is-saving-me-money/#comment-4</link>
		<dc:creator>Cory Comer</dc:creator>
		<pubDate>Fri, 04 Jul 2008 21:32:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.brownphp.com/?p=9#comment-4</guid>
		<description>Zend_Cache is a great tool, especially when used with a very efficient backend like memchached or on a ramdisk. The best approach I have found is to use a controller plugin that has a preDispatchLoop or dispatchLoopStartup method, so you can still perform other necessary tasks through various other controller plugins like logging. 

Here's to the Zend Framework enjoying more and more attention!</description>
		<content:encoded><![CDATA[<p>Zend_Cache is a great tool, especially when used with a very efficient backend like memchached or on a ramdisk. The best approach I have found is to use a controller plugin that has a preDispatchLoop or dispatchLoopStartup method, so you can still perform other necessary tasks through various other controller plugins like logging. </p>
<p>Here&#8217;s to the Zend Framework enjoying more and more attention!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andi Gutmans</title>
		<link>http://www.brownphp.com/2008/07/zend_cache-is-saving-me-money/#comment-3</link>
		<dc:creator>Andi Gutmans</dc:creator>
		<pubDate>Fri, 04 Jul 2008 18:15:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.brownphp.com/?p=9#comment-3</guid>
		<description>Thanks for sharing your experiences.
I'm also using Zend_Cache on my Web site :)</description>
		<content:encoded><![CDATA[<p>Thanks for sharing your experiences.<br />
I&#8217;m also using Zend_Cache on my Web site <img src='http://www.brownphp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
