<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Tutorials: Make your PHP pages cacheable</title>
	<link>http://www.tummblr.com/web-development/tutorials-make-your-php-pages-cacheable/</link>
	<description>Records of my tumblings through the intarwebs</description>
	<pubDate>Fri, 25 Jul 2008 03:27:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Tummblr</title>
		<link>http://www.tummblr.com/web-development/tutorials-make-your-php-pages-cacheable/#comment-55</link>
		<dc:creator>Tummblr</dc:creator>
		<pubDate>Thu, 29 Nov 2007 03:22:03 +0000</pubDate>
		<guid>http://www.tummblr.com/web-development/tutorials-make-your-php-pages-cacheable/#comment-55</guid>
		<description>Thanks, Adam.  Indeed, caching rocks.

I think you're referring to PHP opcode caching rather than HTTP caching described here?  There might be other non-monetary reasons that PHP doesn't cache opcode out of the box.  Many shared hosts do not run any of the mature and free opcode cachers out there because memory can be a bigger bottle-neck for them than CPU load I hear.  Opcode caching sacrifices memory to save CPU cycles.  One of PHP's biggest strength is that it "just works" in almost any environment, and opcode caching would change that.

Can't wait till I get a VPS so I can run my own opcode cache. :)</description>
		<content:encoded><![CDATA[<p>Thanks, Adam.  Indeed, caching rocks.</p>
<p>I think you&#8217;re referring to PHP opcode caching rather than HTTP caching described here?  There might be other non-monetary reasons that PHP doesn&#8217;t cache opcode out of the box.  Many shared hosts do not run any of the mature and free opcode cachers out there because memory can be a bigger bottle-neck for them than CPU load I hear.  Opcode caching sacrifices memory to save CPU cycles.  One of PHP&#8217;s biggest strength is that it &#8220;just works&#8221; in almost any environment, and opcode caching would change that.</p>
<p>Can&#8217;t wait till I get a VPS so I can run my own opcode cache. <img src='http://www.tummblr.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://www.tummblr.com/web-development/tutorials-make-your-php-pages-cacheable/#comment-54</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Thu, 29 Nov 2007 02:12:39 +0000</pubDate>
		<guid>http://www.tummblr.com/web-development/tutorials-make-your-php-pages-cacheable/#comment-54</guid>
		<description>A great list of cacheable tutorials. I use caching in my code and it speeds up PHP by at least 500 times. Why PHP doesn't have innate caching I don't... in fact, I do, because otherwise sales for their Zend Accelerator would be non-existant.</description>
		<content:encoded><![CDATA[<p>A great list of cacheable tutorials. I use caching in my code and it speeds up PHP by at least 500 times. Why PHP doesn&#8217;t have innate caching I don&#8217;t&#8230; in fact, I do, because otherwise sales for their Zend Accelerator would be non-existant.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.152 seconds -->
