• [email protected]

    (@stuartthompson83ntlworldcom)


    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 https://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 https://www.viseum.co.uk/ to prime cache: OK
    Fetching first copy of https://www.viseum.co.uk/: OK
    Fetching second copy of https://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 4 replies - 16 through 19 (of 19 total)
  • I just checked the dot htaccess file and it seems ok but when I did a refresh:

    Mod Rewrite Rules
    Mod Rewrite rules cannot be updated!

    here’s the file (I had the wpcache code first and changed it, made no dif, it kept telling me that it was missing # BEGIN WordPress):

    # BEGIN WordPress
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    # END WordPress

    # BEGIN WPSuperCache
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    AddDefaultCharset UTF-8
    RewriteCond %{REQUEST_URI} !^.*[^/]$
    RewriteCond %{REQUEST_URI} !^.*//.*$
    RewriteCond %{REQUEST_METHOD} !POST
    RewriteCond %{QUERY_STRING} !.*=.*
    RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$
    RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\”]+ [NC]
    RewriteCond %{HTTP:Profile} !^[a-z0-9\”]+ [NC]
    RewriteCond %{HTTP:Accept-Encoding} gzip
    RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html.gz -f
    RewriteRule ^(.*) “/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html.gz” [L]

    RewriteCond %{REQUEST_URI} !^.*[^/]$
    RewriteCond %{REQUEST_URI} !^.*//.*$
    RewriteCond %{REQUEST_METHOD} !POST
    RewriteCond %{QUERY_STRING} !.*=.*
    RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$
    RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\”]+ [NC]
    RewriteCond %{HTTP:Profile} !^[a-z0-9\”]+ [NC]
    RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html -f
    RewriteRule ^(.*) “/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html” [L]
    </IfModule>
    # END WPSuperCache

    Debug won’t work cos the mod rewrite rules don’t work, yet I’ve done everything according to the instructions. .htaccess is in the root directory, it has all the right code in it but WPC just won’t recognize it.

    Y’know the setup is extremely confusing!

    I get this on the advanced page:

    The rewrite rules required by this plugin have changed or are missing. Scroll down the Advanced Settings page and click the Update Mod_Rewrite Rules button.

    But there IS NO button.

    Weird, it should be there. You could just try PHP mode caching, it’s 99.99999% as fast most of the time and a lot less hassle to setup. That’s what is configured when you turn caching on on the Easy settings page.

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘[Plugin: WP Super Cache] cache tests failing’ is closed to new replies.