Tag Archives: hyper cache

Hyper Cache 2.5.0

After moving Hyper Cache on this blog and after the latest release, I had a lot of feedback and analyzed a  number of particular situation. Based on that, I changed the core of Hyper Cache and made a new version, 2.5.0. This version totally changes the invalidation mechanics and try to solve problems with bigger [...]

Read more

Hyper Cache and the WP_CACHE define in config.php

Helping some people with issues of non working Hyper Cache installations, I descovered they are adding the line define(‘WP_CACHE’, true); in the wp-config.php file not in the right place. The line of code has to be added after the line define (‘WPLANG’, ‘it_IT’); not at the end of the file. If you read carefully the [...]

Read more

Hyper Cache Statistics Example

With Hyper Cache 2.4+ I introduced statistics that can be enabled on the options panel (be aware that statistics collection slow down a bit Hyper Cache). After some days of use of Hyper Cache on one of my blog (not too much updated), they look as shown in the picture below. You may note there [...]

Read more

Hyper Cache 2.4.0 is out for you and needs you

I’m serious saying that this new version of Hyper Cache required me a lot of time and effort. And I changed a lot of things trying to make it simpler and more efficient. That bug number of changes can leads to new bug. So, on WordPress plugin directory there is a version marked 2.3.3 you [...]

Read more

HostGator and Hyper Cache Plugin

Today I moved one of my WordPress blogs to HostGator (aff). I was tired of my actual provider have too much down time (monitor us gives 90% uptime… it may mean 10% revenue lost…). Suddenly I tryed out Hyper Cache on HostGator and it worked like a charm. No hack or strange configurations has to [...]

Read more

Hyper Cache version 2.3.2

A quick release to solve the problem of the admin panel showing “blank”. Where is the mistery (on my blogs it works…). I’m used to program PHP script with short tags, but not alla hosting platform accept them and so… wrongly I inserted a PHP short tag in the admin panel when adding the integration [...]

Read more

Hyper Cache version 2.3.0 for Facebook Connect

I was asked if Hyper Cache can be more smart when Facebook Connect plugin is in use. Yes, it can. With version 2.3.0 there is a new option where you can spacify a set of cookies that make tha cache to stop. I don’t want to go deep in explaining the problem, just note that [...]

Read more

Hyper Cache Help

Ask here your questions about Hyper Cache BUT after read the Hyper Cache page: that pages has a lot of information. If you need to asking for help sending piece of code or debug information that are too large for a comment, write me to info@satollo.net. Of course, be clear when you leave a comment: [...]

Read more