<?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: Disable Magpie Cache in WordPress</title>
	<atom:link href="http://www.cybercoded.net/disable-magpie-cache-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cybercoded.net/disable-magpie-cache-wordpress/</link>
	<description>Trying to help others with their Wordpress, PHP and other Web issues.</description>
	<lastBuildDate>Mon, 30 Jan 2012 13:03:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: jez</title>
		<link>http://www.cybercoded.net/disable-magpie-cache-wordpress/comment-page-1/#comment-1688</link>
		<dc:creator>jez</dc:creator>
		<pubDate>Mon, 30 Nov 2009 09:00:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.cybercoded.net/?p=432#comment-1688</guid>
		<description>actually I had this in one plugin, which is why -
&lt;code&gt;
//define(&#039;MAGPIE_CACHE_ON&#039;, false); // Cache off
define(&#039;MAGPIE_CACHE_AGE&#039;, &#039;60*60&#039;); // in sec, one hour
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>actually I had this in one plugin, which is why -<br />
<code><br />
//define('MAGPIE_CACHE_ON', false); // Cache off<br />
define('MAGPIE_CACHE_AGE', '60*60'); // in sec, one hour<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jez</title>
		<link>http://www.cybercoded.net/disable-magpie-cache-wordpress/comment-page-1/#comment-1687</link>
		<dc:creator>jez</dc:creator>
		<pubDate>Mon, 30 Nov 2009 08:58:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.cybercoded.net/?p=432#comment-1687</guid>
		<description>thanks mate, this really helped a lot!
I was going crazy because I could not figure out why my rss-imported facebook status would not update.</description>
		<content:encoded><![CDATA[<p>thanks mate, this really helped a lot!<br />
I was going crazy because I could not figure out why my rss-imported facebook status would not update.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mittineague</title>
		<link>http://www.cybercoded.net/disable-magpie-cache-wordpress/comment-page-1/#comment-1284</link>
		<dc:creator>Mittineague</dc:creator>
		<pubDate>Sat, 07 Mar 2009 08:49:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.cybercoded.net/?p=432#comment-1284</guid>
		<description>AFAIK the only real concern involved with disabling the Magpie RSS Cache is the slowdown/timeout risk inherent with needing to fetch remote data. Ironically, the more feeds you&#039;re showing the faster the cache will build, but the more likely it is you should be caching. I think it&#039;s a wise thing to periodically remove the old stale content, but leave the current fresher feed content in the cache.</description>
		<content:encoded><![CDATA[<p>AFAIK the only real concern involved with disabling the Magpie RSS Cache is the slowdown/timeout risk inherent with needing to fetch remote data. Ironically, the more feeds you&#8217;re showing the faster the cache will build, but the more likely it is you should be caching. I think it&#8217;s a wise thing to periodically remove the old stale content, but leave the current fresher feed content in the cache.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jidanni</title>
		<link>http://www.cybercoded.net/disable-magpie-cache-wordpress/comment-page-1/#comment-1164</link>
		<dc:creator>jidanni</dc:creator>
		<pubDate>Sun, 25 Jan 2009 01:58:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.cybercoded.net/?p=432#comment-1164</guid>
		<description>By &quot;Wordpress theme function file&quot; you probably mean wp-content/themes/default/functions.php . OK.</description>
		<content:encoded><![CDATA[<p>By &#8220;WordPress theme function file&#8221; you probably mean wp-content/themes/default/functions.php . OK.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

