<?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: WP Super Cache</title>
	<atom:link href="http://mjtsai.com/blog/2008/07/02/wp-super-cache/feed/" rel="self" type="application/rss+xml" />
	<link>http://mjtsai.com/blog/2008/07/02/wp-super-cache/</link>
	<description></description>
	<lastBuildDate>Wed, 10 Mar 2010 14:04:04 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Marco.S</title>
		<link>http://mjtsai.com/blog/2008/07/02/wp-super-cache/comment-page-1/#comment-532436</link>
		<dc:creator>Marco.S</dc:creator>
		<pubDate>Fri, 11 Dec 2009 14:10:58 +0000</pubDate>
		<guid isPermaLink="false">http://mjtsai.com/blog/?p=1748#comment-532436</guid>
		<description>Personally I switched to W3 Total Cache. For me is a good alternative, also installed Php Speedy. For the moment I&#039;m satisfied with the result.</description>
		<content:encoded><![CDATA[<p>Personally I switched to W3 Total Cache. For me is a good alternative, also installed Php Speedy. For the moment I'm satisfied with the result.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Daley</title>
		<link>http://mjtsai.com/blog/2008/07/02/wp-super-cache/comment-page-1/#comment-532373</link>
		<dc:creator>Jon Daley</dc:creator>
		<pubDate>Thu, 10 Dec 2009 15:57:22 +0000</pubDate>
		<guid isPermaLink="false">http://mjtsai.com/blog/?p=1748#comment-532373</guid>
		<description>I upgraded supercache this morning and verified that the latest version also doesn&#039;t cache RSS feeds, though it has an option to disable caching, which would imply it would cache the feeds if you left that option unset....?</description>
		<content:encoded><![CDATA[<p>I upgraded supercache this morning and verified that the latest version also doesn't cache RSS feeds, though it has an option to disable caching, which would imply it would cache the feeds if you left that option unset....?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Daley</title>
		<link>http://mjtsai.com/blog/2008/07/02/wp-super-cache/comment-page-1/#comment-532297</link>
		<dc:creator>Jon Daley</dc:creator>
		<pubDate>Wed, 09 Dec 2009 22:00:22 +0000</pubDate>
		<guid isPermaLink="false">http://mjtsai.com/blog/?p=1748#comment-532297</guid>
		<description>I am working on a similar issue for a customer who is having huge CPU loads with a tiny wordpress installation due to the feeds not being cached with super-cache 0.9.6.1.  I did see some notes a newer release of super-cache that mentioned RSS feeds, so perhaps the author has finally gotten around to caching feeds (though I wonder if the comments about &quot;stale&quot; feeds are due to a bug in a later release of super-cache).

I used your notes to help solve my problem, with these additions:
I modified the root .htaccess to redirect /feed /?feed=rss and /?feed=rss2 to /feed/ so no php code is needed for any of those accesses.

I also added another bit to the feed/.htaccess to allow the compressed feeds to output with the right mime type too.
For my server, I had to use ForceType rather than just AddType:

&lt;Files *.gz&gt;
 ForceType application/rss+xml
&lt;/Files&gt;
&lt;Files *.html&gt;
  ForceType application/rss+xml
&lt;/Files&gt;

Thanks for your help though, it was a good start on getting the load issues under control.</description>
		<content:encoded><![CDATA[<p>I am working on a similar issue for a customer who is having huge CPU loads with a tiny wordpress installation due to the feeds not being cached with super-cache 0.9.6.1.  I did see some notes a newer release of super-cache that mentioned RSS feeds, so perhaps the author has finally gotten around to caching feeds (though I wonder if the comments about "stale" feeds are due to a bug in a later release of super-cache).</p>
<p>I used your notes to help solve my problem, with these additions:<br />
I modified the root .htaccess to redirect /feed /?feed=rss and /?feed=rss2 to /feed/ so no php code is needed for any of those accesses.</p>
<p>I also added another bit to the feed/.htaccess to allow the compressed feeds to output with the right mime type too.<br />
For my server, I had to use ForceType rather than just AddType:</p>
<p>&lt;Files *.gz&gt;<br />
 ForceType application/rss+xml<br />
&lt;/Files&gt;<br />
&lt;Files *.html&gt;<br />
  ForceType application/rss+xml<br />
&lt;/Files&gt;</p>
<p>Thanks for your help though, it was a good start on getting the load issues under control.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://mjtsai.com/blog/2008/07/02/wp-super-cache/comment-page-1/#comment-528868</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Mon, 02 Nov 2009 09:06:39 +0000</pubDate>
		<guid isPermaLink="false">http://mjtsai.com/blog/?p=1748#comment-528868</guid>
		<description>Hmm, well for some reason I haven&#039;t applied anything that you posted but my feeds ARE stale for logged-out users when WP Super Cache is enabled. As soon as I disable caching, the feeds get up to date. Any idea why this might be happening?</description>
		<content:encoded><![CDATA[<p>Hmm, well for some reason I haven't applied anything that you posted but my feeds ARE stale for logged-out users when WP Super Cache is enabled. As soon as I disable caching, the feeds get up to date. Any idea why this might be happening?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Tsai</title>
		<link>http://mjtsai.com/blog/2008/07/02/wp-super-cache/comment-page-1/#comment-518899</link>
		<dc:creator>Michael Tsai</dc:creator>
		<pubDate>Mon, 14 Sep 2009 19:44:05 +0000</pubDate>
		<guid isPermaLink="false">http://mjtsai.com/blog/?p=1748#comment-518899</guid>
		<description>Scott: is_feed() is described in the post. Most users don&#039;t have stale feeds because without my patch the feeds aren&#039;t (super) cached.</description>
		<content:encoded><![CDATA[<p>Scott: is_feed() is described in the post. Most users don't have stale feeds because without my patch the feeds aren't (super) cached.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://mjtsai.com/blog/2008/07/02/wp-super-cache/comment-page-1/#comment-518859</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Mon, 14 Sep 2009 09:35:07 +0000</pubDate>
		<guid isPermaLink="false">http://mjtsai.com/blog/?p=1748#comment-518859</guid>
		<description>Actually, because of the line in the last code snippet in wp-cache-phase2.php that checks if( is_feed() ), shouldn&#039;t WP Super Cache not attempt to cache feeds? If so, I don&#039;t understand what it is about WP Super Cache that is making my feeds (listed above) stale.</description>
		<content:encoded><![CDATA[<p>Actually, because of the line in the last code snippet in wp-cache-phase2.php that checks if( is_feed() ), shouldn't WP Super Cache not attempt to cache feeds? If so, I don't understand what it is about WP Super Cache that is making my feeds (listed above) stale.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://mjtsai.com/blog/2008/07/02/wp-super-cache/comment-page-1/#comment-518855</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Mon, 14 Sep 2009 09:18:24 +0000</pubDate>
		<guid isPermaLink="false">http://mjtsai.com/blog/?p=1748#comment-518855</guid>
		<description>Michael, thanks for your response. Where in the Super Cache plugin does the if (is_feed()) code snippet go? I imagine somewhere in wp_cache.php?

BTW, I couldn&#039;t imagine that this is a widespread issue for all users of WP Super Cache... or is it? do they all have stale feeds? Why has this not been fixed in the plugin itself?</description>
		<content:encoded><![CDATA[<p>Michael, thanks for your response. Where in the Super Cache plugin does the if (is_feed()) code snippet go? I imagine somewhere in wp_cache.php?</p>
<p>BTW, I couldn't imagine that this is a widespread issue for all users of WP Super Cache... or is it? do they all have stale feeds? Why has this not been fixed in the plugin itself?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Tsai</title>
		<link>http://mjtsai.com/blog/2008/07/02/wp-super-cache/comment-page-1/#comment-518667</link>
		<dc:creator>Michael Tsai</dc:creator>
		<pubDate>Sat, 12 Sep 2009 14:18:26 +0000</pubDate>
		<guid isPermaLink="false">http://mjtsai.com/blog/?p=1748#comment-518667</guid>
		<description>Scott: As far as I am aware, it still works with WordPress 2.8.4 and WP Super Cache 0.9.6.1.</description>
		<content:encoded><![CDATA[<p>Scott: As far as I am aware, it still works with WordPress 2.8.4 and WP Super Cache 0.9.6.1.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://mjtsai.com/blog/2008/07/02/wp-super-cache/comment-page-1/#comment-518577</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Fri, 11 Sep 2009 21:24:57 +0000</pubDate>
		<guid isPermaLink="false">http://mjtsai.com/blog/?p=1748#comment-518577</guid>
		<description>And by second/third code fragments, I actually meant the last few code fragments where you add to the Super Cache code. Thanks!</description>
		<content:encoded><![CDATA[<p>And by second/third code fragments, I actually meant the last few code fragments where you add to the Super Cache code. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://mjtsai.com/blog/2008/07/02/wp-super-cache/comment-page-1/#comment-518576</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Fri, 11 Sep 2009 21:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://mjtsai.com/blog/?p=1748#comment-518576</guid>
		<description>It looks as if my RSS/Atom feeds aren&#039;t updated when viewed in IE or in many RSS readers, but in FF they work fine. I haven&#039;t yet put the second or third code fragments into my WP-Supercache plugin, but I wanted to check/verify that that code is still relevant a little over a year later and might fix my problem. Feeds I&#039;m talking about are at http://www.studlife.com/feed/atom/ or http://www.studlife.com/news/feed/atom/. This is very frustrating, because RSS is not at all reliable for my site right now - hoping you can help. Thanks!</description>
		<content:encoded><![CDATA[<p>It looks as if my RSS/Atom feeds aren't updated when viewed in IE or in many RSS readers, but in FF they work fine. I haven't yet put the second or third code fragments into my WP-Supercache plugin, but I wanted to check/verify that that code is still relevant a little over a year later and might fix my problem. Feeds I'm talking about are at <a href="http://www.studlife.com/feed/atom/" rel="nofollow">http://www.studlife.com/feed/atom/</a> or <a href="http://www.studlife.com/news/feed/atom/" rel="nofollow">http://www.studlife.com/news/feed/atom/</a>. This is very frustrating, because RSS is not at all reliable for my site right now - hoping you can help. Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
