Title: [Plugin: WP Super Cache] cache tests failing
Last modified: August 19, 2016

---

# [Plugin: WP Super Cache] cache tests failing

 *  [stuart.thompson83@ntlworld.com](https://wordpress.org/support/users/stuartthompson83ntlworldcom/)
 * (@stuartthompson83ntlworldcom)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-wp-super-cache-cache-tests-failing/)
 * We are using wp-super-cache and it seems to be helping our site load a bit faster
   but we are testing errors or “fails” with the “Test Cache” in the “Tester & Contents”
   tab of this plug-in.
    Please see the report below. Does this mean the site is
   working fine or a problem needs resolving? Please note that we are also testing
   the cache using a third part tool from [http://www.seositecheckup.com/](http://www.seositecheckup.com/)–
   this tool is also reporting that the caching is not operating.
 * “Test Cache” in the “Tester & Contents” report:
    Cache Tester Test your cached
   website by clicking the test button below. Fetching [http://www.viseum.co.uk/](http://www.viseum.co.uk/)
   to prime cache: OK Fetching first copy of [http://www.viseum.co.uk/](http://www.viseum.co.uk/):
   OK Fetching second copy of [http://www.viseum.co.uk/](http://www.viseum.co.uk/):
   OK One or more page requests failed: • Page 1: 0 () • Page 2: 0 () The pages 
   do not match! Timestamps differ or were not found!
 * Cache Contents
    Cache stats are not automatically generated. You must click the
   link below to regenerate the stats on this page. Regenerate cache stats Cache
   stats last generated: 1,335 minutes ago. WP-Cache (195.94KB) • 31 Cached Pages•
   0 Expired Pages WP-Super-Cache (62.15KB) • 2 Cached Pages • 0 Expired Pages List
   all cached files Garbage Collection Last GC was 08:14 minutes ago Next GC in 
   01:46 minutes Expired files are files older than 3600 seconds. They are still
   used by the plugin and are deleted periodically.

Viewing 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/topic/plugin-wp-super-cache-cache-tests-failing/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-wp-super-cache-cache-tests-failing/page/2/?output_format=md)

 *  Plugin Author [Donncha O Caoimh (a11n)](https://wordpress.org/support/users/donncha/)
 * (@donncha)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-wp-super-cache-cache-tests-failing/#post-1835638)
 * Try the development version of WP Super Cache on the plugin download page as 
   it saves each page when it does the test so you can compare them manually.
 *  Thread Starter [stuart.thompson83@ntlworld.com](https://wordpress.org/support/users/stuartthompson83ntlworldcom/)
 * (@stuartthompson83ntlworldcom)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-wp-super-cache-cache-tests-failing/#post-1835725)
 * Thanks.
    We have loaded this version of super-cache and the error messages no
   longer appear:) However!! For absolute clarirty these messages were: Fetching
   [http://www.viseum.co.uk/](http://www.viseum.co.uk/) to prime cache: OK Fetching
   first copy of [http://www.viseum.co.uk/](http://www.viseum.co.uk/): OK Fetching
   second copy of [http://www.viseum.co.uk/](http://www.viseum.co.uk/): OK One or
   more page requests failed: • Page 1: 0 () • Page 2: 0 () The pages do not match!
   Timestamps differ or were not found!
 * So, with the development version of wp-super-cache these errors are no longer
   reported but the symptom still persists ie the when visiting the website for 
   the first time,it seems like the server was asleep and needs waking up before
   pages start to load quickly!
 * Therefore could the orgigonal reported problem still be to blame? ie “One or 
   more page requests failed”
 *  Thread Starter [stuart.thompson83@ntlworld.com](https://wordpress.org/support/users/stuartthompson83ntlworldcom/)
 * (@stuartthompson83ntlworldcom)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-wp-super-cache-cache-tests-failing/#post-1835726)
 * a quick question – can we use this development version of super-cache for general
   operation? or should we reinstall the non development version?
 *  Plugin Author [Donncha O Caoimh (a11n)](https://wordpress.org/support/users/donncha/)
 * (@donncha)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-wp-super-cache-cache-tests-failing/#post-1835730)
 * Currently you can and it’s nearing release of a new version so when a new version
   comes out you’ll still be notified of the upgrade.
 * You should probably try the debug system in the plugin to figure out why it’s
   not caching. Log to a file, not email.
 *  Anonymous User 6077519
 * (@anonymized-6077519)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-wp-super-cache-cache-tests-failing/#post-1835751)
 * Hi donncha, do you know what it means by
 * (taken from Stuart’s post above)
 * > One or more page requests failed:
   >  • Page 1: 0 () • Page 2: 0 () The pages 
   > do not match! Timestamps differ or were not found!
 * I was wondering if the slideshow could be the cause, since it changes every few
   seconds with written content within it aswell.
 *  Plugin Author [Donncha O Caoimh (a11n)](https://wordpress.org/support/users/donncha/)
 * (@donncha)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-wp-super-cache-cache-tests-failing/#post-1835753)
 * The error returned from wp_remote_get() isn’t in the form it’s supposed to be.
   I don’t know why. You could edit wp-cache.php and around line 908 (of version
   0.9.9.8 released today) add this code:
 * `var_dump( $page ); var_dump( $page2 ); `
 * That will tell you what exactly what was returned by the cache tester.
 *  Anonymous User 6077519
 * (@anonymized-6077519)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-wp-super-cache-cache-tests-failing/#post-1835754)
 * I got the following, not sure what it means
 * > array(4) { [“headers”]=> array(0) { } [“body”]=> string(0) “” [“response”]=
   > > array(2) { [“code”]=> int(0) [“message”]=> string(0) “” } [“cookies”]=> array(
   > 0) { } } array(4) { [“headers”]=> array(0) { } [“body”]=> string(0) “” [“response”]
   > => array(2) { [“code”]=> int(0) [“message”]=> string(0) “” } [“cookies”]=> 
   > array(0) { } }
 *  Plugin Author [Donncha O Caoimh (a11n)](https://wordpress.org/support/users/donncha/)
 * (@donncha)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-wp-super-cache-cache-tests-failing/#post-1835755)
 * Thanks, that’s bizarre. That should be filled with error messages. I’m not sure
   why that’s happening for you. Test it manually by reloading the homepage I guess.
 *  Anonymous User 6077519
 * (@anonymized-6077519)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-wp-super-cache-cache-tests-failing/#post-1835756)
 * The site is being cached we’ve used seositecheckup website to confirm this. We’re
   just concerned about the severity of this error.
 *  Plugin Author [Donncha O Caoimh (a11n)](https://wordpress.org/support/users/donncha/)
 * (@donncha)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-wp-super-cache-cache-tests-failing/#post-1835757)
 * You probably don’t need to worry about it but if you are worried you’ll have 
   to debug wp_remote_get() to figure out why that’s breaking 🙁
 *  [William Bowles](https://wordpress.org/support/users/creative-i/)
 * (@creative-i)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-wp-super-cache-cache-tests-failing/#post-1835758)
 * I’m using V 0.9.9.8 and got this when i tested the cache:
 * Test your cached website by clicking the test button below.
 * Fetching [http://www.creative-i.info/](http://www.creative-i.info/) to prime 
   cache: OK
    Fetching first copy of [http://www.creative-i.info/](http://www.creative-i.info/):
   OK (1.html) Fetching second copy of [http://www.creative-i.info/](http://www.creative-i.info/):
   OK (2.html) **The pages do not match! Timestamps differ or were not found!**
 *  Plugin Author [Donncha O Caoimh (a11n)](https://wordpress.org/support/users/donncha/)
 * (@donncha)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-wp-super-cache-cache-tests-failing/#post-1835759)
 * Creative-i – click on 1.html and 2.html and compare them manually. That might
   give you a clue as to why the test failed.
 *  [William Bowles](https://wordpress.org/support/users/creative-i/)
 * (@creative-i)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-wp-super-cache-cache-tests-failing/#post-1835760)
 * I just did a test on the SEO site mentioned above and it appears that pages are
   not being cached, yet there’s nothing on the WPC page that indicates that it’s
   not caching:
 * ‘It does not appear that you are caching your pages.’
 * And in-advertantly coughed up another problem with an Amazon/Google/Alexa search
   api?
 *  [William Bowles](https://wordpress.org/support/users/creative-i/)
 * (@creative-i)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-wp-super-cache-cache-tests-failing/#post-1835761)
 * Donncha:
 * Both pages look identical but if I’m not caching the pages?
 * B
 *  Plugin Author [Donncha O Caoimh (a11n)](https://wordpress.org/support/users/donncha/)
 * (@donncha)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-wp-super-cache-cache-tests-failing/#post-1835762)
 * I looked at your site and it looks like Supercache isn’t turned on at all. There’s
   no Supercache comment at the end. Perhaps use the debug system in the plugin 
   to figure out what’s going wrong?

Viewing 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/topic/plugin-wp-super-cache-cache-tests-failing/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-wp-super-cache-cache-tests-failing/page/2/?output_format=md)

The topic ‘[Plugin: WP Super Cache] cache tests failing’ is closed to new replies.

 * ![](https://ps.w.org/wp-super-cache/assets/icon-256x256.png?rev=3506220)
 * [WP Super Cache](https://wordpress.org/plugins/wp-super-cache/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-super-cache/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-super-cache/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-super-cache/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-super-cache/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-super-cache/reviews/)

 * 19 replies
 * 4 participants
 * Last reply from: [Donncha O Caoimh (a11n)](https://wordpress.org/support/users/donncha/)
 * Last activity: [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-wp-super-cache-cache-tests-failing/page/2/#post-1835766)
 * Status: not resolved