<?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: Hyper Cache 2.6.6 and WordPress 3.0</title>
	<atom:link href="http://www.satollo.net/hyper-cache-2-6-6-and-wordpress-3-0/feed" rel="self" type="application/rss+xml" />
	<link>http://www.satollo.net/hyper-cache-2-6-6-and-wordpress-3-0</link>
	<description>Release Candidate</description>
	<lastBuildDate>Tue, 07 Feb 2012 11:01:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Nick Niebling</title>
		<link>http://www.satollo.net/hyper-cache-2-6-6-and-wordpress-3-0/comment-page-1#comment-34484</link>
		<dc:creator>Nick Niebling</dc:creator>
		<pubDate>Fri, 23 Sep 2011 15:26:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.satollo.net/?p=1209#comment-34484</guid>
		<description>My solution was to remove this from my functions.php:

if(extension_loaded(&quot;zlib&quot;) &amp;&amp; (ini_get(&quot;output_handler&quot;) != &quot;ob_gzhandler&quot;)) {
	add_action(&#039;wp&#039;, create_function(&#039;&#039;, &#039;@ob_end_clean();@ini_set(&quot;zlib.output_compression&quot;, 1);&#039;));
}

My old approach to get a little performance  (gzip with lzip) seems to break the Hyper Cache plugin.. Glad I found the bug :-) Hope I might save others for some time..</description>
		<content:encoded><![CDATA[<p>My solution was to remove this from my functions.php:</p>
<p>if(extension_loaded(&#8220;zlib&#8221;) &amp;&amp; (ini_get(&#8220;output_handler&#8221;) != &#8220;ob_gzhandler&#8221;)) {<br />
	add_action(&#8216;wp&#8217;, create_function(&#8221;, &#8216;@ob_end_clean();@ini_set(&#8220;zlib.output_compression&#8221;, 1);&#8217;));<br />
}</p>
<p>My old approach to get a little performance  (gzip with lzip) seems to break the Hyper Cache plugin.. Glad I found the bug <img src='http://www.satollo.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  Hope I might save others for some time..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Niebling</title>
		<link>http://www.satollo.net/hyper-cache-2-6-6-and-wordpress-3-0/comment-page-1#comment-30356</link>
		<dc:creator>Nick Niebling</dc:creator>
		<pubDate>Mon, 15 Aug 2011 13:23:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.satollo.net/?p=1209#comment-30356</guid>
		<description>Hi there,

Thank you for doing a great job getting this up and running.

However, it seems like the bug hasn&#039;t been fixed yet - even though we are several versions further than this post.

I&#039;ve got the latest and greatest version of WP and Hyper Cache on my brand new WP blog.

I did visit and browse the site with IE private browsing and Chrome Inkognito. No signature (browsed the same 10 pages a lot of times).

So the Cleaning process seems to be working just fine (updating the &quot;next clean stamp&quot;).

I&#039;ve changed the chmod of the cache (and hyper cache subdir) to 777. I only get 1 file in my cache folder: &quot;_archives.dat&quot;. The file is empty and I don&#039;t know when the file is generated, but it seems to change the file last modified date on a regular basis.

I&#039;ve tried to deactive the plugin and reactivate. Tried to deactive, delete, install and activate. Tried to deactive, delete manually, manually delete cache folder, install and activate. All with standard settings.

I did try to disable the &quot;Disk space usage&quot; setting at first use - but it seemed to be buggy to just save that setting (it kept checked/active).

Wordpress version: 3.2.1
Hyper Cache: 2.8.5

I&#039;ve got a custom theme - so maybe I need to include some WP-stuff I don&#039;t know about? Do you require more than wp header and wp footer?

I&#039;ve been using other cache plugins before, but I read a good benchmark of your plugin putting Hyper Cache in front of all the others competitors, so I would really like to try it out and maybe use it for all my blogs in the future. (Donations are of course given to my favorite plugins)

Mvh.
Nick Niebling</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>Thank you for doing a great job getting this up and running.</p>
<p>However, it seems like the bug hasn&#8217;t been fixed yet &#8211; even though we are several versions further than this post.</p>
<p>I&#8217;ve got the latest and greatest version of WP and Hyper Cache on my brand new WP blog.</p>
<p>I did visit and browse the site with IE private browsing and Chrome Inkognito. No signature (browsed the same 10 pages a lot of times).</p>
<p>So the Cleaning process seems to be working just fine (updating the &#8220;next clean stamp&#8221;).</p>
<p>I&#8217;ve changed the chmod of the cache (and hyper cache subdir) to 777. I only get 1 file in my cache folder: &#8220;_archives.dat&#8221;. The file is empty and I don&#8217;t know when the file is generated, but it seems to change the file last modified date on a regular basis.</p>
<p>I&#8217;ve tried to deactive the plugin and reactivate. Tried to deactive, delete, install and activate. Tried to deactive, delete manually, manually delete cache folder, install and activate. All with standard settings.</p>
<p>I did try to disable the &#8220;Disk space usage&#8221; setting at first use &#8211; but it seemed to be buggy to just save that setting (it kept checked/active).</p>
<p>WordPress version: 3.2.1<br />
Hyper Cache: 2.8.5</p>
<p>I&#8217;ve got a custom theme &#8211; so maybe I need to include some WP-stuff I don&#8217;t know about? Do you require more than wp header and wp footer?</p>
<p>I&#8217;ve been using other cache plugins before, but I read a good benchmark of your plugin putting Hyper Cache in front of all the others competitors, so I would really like to try it out and maybe use it for all my blogs in the future. (Donations are of course given to my favorite plugins)</p>
<p>Mvh.<br />
Nick Niebling</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Williams</title>
		<link>http://www.satollo.net/hyper-cache-2-6-6-and-wordpress-3-0/comment-page-1#comment-12513</link>
		<dc:creator>Richard Williams</dc:creator>
		<pubDate>Wed, 02 Mar 2011 11:46:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.satollo.net/?p=1209#comment-12513</guid>
		<description>I realise I&#039;ve posted on a page for an old version, but the problem still stands.

I&#039;ll try upgrading to WP 3.1 tonight.</description>
		<content:encoded><![CDATA[<p>I realise I&#8217;ve posted on a page for an old version, but the problem still stands.</p>
<p>I&#8217;ll try upgrading to WP 3.1 tonight.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Williams</title>
		<link>http://www.satollo.net/hyper-cache-2-6-6-and-wordpress-3-0/comment-page-1#comment-12512</link>
		<dc:creator>Richard Williams</dc:creator>
		<pubDate>Wed, 02 Mar 2011 11:43:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.satollo.net/?p=1209#comment-12512</guid>
		<description>Hi Stefano,

I&#039;m a developer and familier with caching and browser behaviour etc, so confident this is a genuine bug.

With hyper cache enabled on my blog, it all works really nicely except the (cached) home page is a load of gobblygook (?&#039;s etc). I&#039;ve checked the character encoding and everything is set to UTF-8. Furthermore, hyper cache seems to work just find on all other pages.

If I clear the cache, the home page is fine for the 1st reload (not from cache) but then broken after that. Currently I have disabled caching on the home page.

I&#039;m on Wordpress 3.0.4, Hyper Cache 2.7.9.

Also, I am unable to uncheck the disk space usage option - i.e. it does not save. I thought maybe this setting could help out my 1st problem!

Thanks!
Richard</description>
		<content:encoded><![CDATA[<p>Hi Stefano,</p>
<p>I&#8217;m a developer and familier with caching and browser behaviour etc, so confident this is a genuine bug.</p>
<p>With hyper cache enabled on my blog, it all works really nicely except the (cached) home page is a load of gobblygook (?&#8217;s etc). I&#8217;ve checked the character encoding and everything is set to UTF-8. Furthermore, hyper cache seems to work just find on all other pages.</p>
<p>If I clear the cache, the home page is fine for the 1st reload (not from cache) but then broken after that. Currently I have disabled caching on the home page.</p>
<p>I&#8217;m on WordPress 3.0.4, Hyper Cache 2.7.9.</p>
<p>Also, I am unable to uncheck the disk space usage option &#8211; i.e. it does not save. I thought maybe this setting could help out my 1st problem!</p>
<p>Thanks!<br />
Richard</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefano</title>
		<link>http://www.satollo.net/hyper-cache-2-6-6-and-wordpress-3-0/comment-page-1#comment-2561</link>
		<dc:creator>Stefano</dc:creator>
		<pubDate>Sat, 24 Jul 2010 14:09:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.satollo.net/?p=1209#comment-2561</guid>
		<description>are you using chrome to administer your blog? if so it&#039;s normal</description>
		<content:encoded><![CDATA[<p>are you using chrome to administer your blog? if so it&#8217;s normal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: costin lucian</title>
		<link>http://www.satollo.net/hyper-cache-2-6-6-and-wordpress-3-0/comment-page-1#comment-2546</link>
		<dc:creator>costin lucian</dc:creator>
		<pubDate>Wed, 21 Jul 2010 02:04:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.satollo.net/?p=1209#comment-2546</guid>
		<description>hi,
i&#039;ve downloaded one of your plugins, &quot;bookmark me&quot;, but it doesn&#039;t work. it gives me an error message: &quot;You do not have sufficient permissions to access this page&quot;. What should i do?

Thank you in advance.</description>
		<content:encoded><![CDATA[<p>hi,<br />
i&#8217;ve downloaded one of your plugins, &#8220;bookmark me&#8221;, but it doesn&#8217;t work. it gives me an error message: &#8220;You do not have sufficient permissions to access this page&#8221;. What should i do?</p>
<p>Thank you in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jscore</title>
		<link>http://www.satollo.net/hyper-cache-2-6-6-and-wordpress-3-0/comment-page-1#comment-2532</link>
		<dc:creator>jscore</dc:creator>
		<pubDate>Fri, 16 Jul 2010 18:20:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.satollo.net/?p=1209#comment-2532</guid>
		<description>I noticed that I do NOT see the hypercache header with Google Chrome.  I do see it with Firefox and Safari.

http://www.mavericktraveler.com

Any experiences like this?</description>
		<content:encoded><![CDATA[<p>I noticed that I do NOT see the hypercache header with Google Chrome.  I do see it with Firefox and Safari.</p>
<p><a href="http://www.mavericktraveler.com" rel="nofollow">http://www.mavericktraveler.com</a></p>
<p>Any experiences like this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefano</title>
		<link>http://www.satollo.net/hyper-cache-2-6-6-and-wordpress-3-0/comment-page-1#comment-2524</link>
		<dc:creator>Stefano</dc:creator>
		<pubDate>Thu, 15 Jul 2010 06:32:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.satollo.net/?p=1209#comment-2524</guid>
		<description>Cache systems usually do not cache pages for loggind in users because wordpress renders such pages in a different way (think about the commet form area).</description>
		<content:encoded><![CDATA[<p>Cache systems usually do not cache pages for loggind in users because wordpress renders such pages in a different way (think about the commet form area).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alan</title>
		<link>http://www.satollo.net/hyper-cache-2-6-6-and-wordpress-3-0/comment-page-1#comment-2523</link>
		<dc:creator>alan</dc:creator>
		<pubDate>Thu, 15 Jul 2010 01:36:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.satollo.net/?p=1209#comment-2523</guid>
		<description>thanks for explaining. i didnt know it work because i was logged in at that time and i didnt activate cache for home page. but why when i logged in, it didnt reserve the cache?can i activate it also when i logged in?</description>
		<content:encoded><![CDATA[<p>thanks for explaining. i didnt know it work because i was logged in at that time and i didnt activate cache for home page. but why when i logged in, it didnt reserve the cache?can i activate it also when i logged in?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefano</title>
		<link>http://www.satollo.net/hyper-cache-2-6-6-and-wordpress-3-0/comment-page-1#comment-2520</link>
		<dc:creator>Stefano</dc:creator>
		<pubDate>Wed, 14 Jul 2010 09:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.satollo.net/?p=1209#comment-2520</guid>
		<description>Sorry but you&#039;re wrong. If I oad the page http://sebuahtekateki.co.cc/2010/07/13/urungkan-kembali-tujuan-blog-anda-jika-tak-ada-google/ of your blog and look at the source I find the hyper cache signature:

hyper cache: 36214daf7fb0cabf76d5a0c9302dd6bc 10-07-14 09:15:46

and this signature is added only when a file is served from the cache. So hyper cache is working, at least on your single article. May be it&#039;s disabled on home page.</description>
		<content:encoded><![CDATA[<p>Sorry but you&#8217;re wrong. If I oad the page <a href="http://sebuahtekateki.co.cc/2010/07/13/urungkan-kembali-tujuan-blog-anda-jika-tak-ada-google/" rel="nofollow">http://sebuahtekateki.co.cc/2010/07/13/urungkan-kembali-tujuan-blog-anda-jika-tak-ada-google/</a> of your blog and look at the source I find the hyper cache signature:</p>
<p>hyper cache: 36214daf7fb0cabf76d5a0c9302dd6bc 10-07-14 09:15:46</p>
<p>and this signature is added only when a file is served from the cache. So hyper cache is working, at least on your single article. May be it&#8217;s disabled on home page.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<script>function lc_get_cookie(name) {var c = document.cookie;if (c.indexOf(name) != -1) {var x = c.indexOf(name)+name.length+1;var y = c.indexOf(";",x);if (y < 0) y = c.length;return unescape(c.substring(x,y));} else return "";}if ((d = document.getElementById("commentform")) != null) { e = d.elements;var z = lc_get_cookie("comment_author_email_65fed912dca16c344dc2740e31beac11");if (z != "") e["email"].value = z;z = lc_get_cookie("comment_author_65fed912dca16c344dc2740e31beac11");if (z != "") e["author"].value = z;z = lc_get_cookie("comment_author_url_65fed912dca16c344dc2740e31beac11");if (z != "") e["url"].value = z;}</script>
