• I am getting some quirky results with the plugin, where Firefox seems to work fine but Chrome and IE 7 shows different results. Specifically my home page seems fine on all 3, but for Chrome and IE some of my category pages aren’t being updated.

    In Firefox 3.6 when I view the page source for
    http://chattahbox.com/category/entertainment/ I see:

    <!– Dynamic page generated in 0.486 seconds. –> <!– Cached page generated by
    WP-Super-Cache on 2010-10-07 12:14:46 –>

    When using IE 7.0.6, and view the page source I see:

    <!– Cached page generated by WP-Super-Cache on 2010-09-20 14:22:42 –>
    <!– super cache –>

    Here is my .htaccess file btw

    # BEGIN supercache
    <IfModule mod_mime.c>
    <FilesMatch “\.html\.gz$”>
    ForceType text/html
    FileETag None
    </FilesMatch>
    AddEncoding gzip .gz
    AddType text/html .gz
    </IfModule>
    <IfModule mod_deflate.c>
    SetEnvIfNoCase Request_URI \.gz$ no-gzip
    </IfModule>
    <IfModule mod_headers.c>
    Header set Cache-Control ‘max-age=300, must-revalidate’
    </IfModule>
    <IfModule mod_expires.c>
    ExpiresActive On
    ExpiresByType text/html A300
    </IfModule>

    # END supercache

Viewing 2 replies - 1 through 2 (of 2 total)
  • I presume you’re logged in on one and not in the other browser? See the readme.txt/docuemtation for the difference.

    Thread Starter btrute

    (@btrute)

    No, your presumption is not true in this case as I have tested on different computers. This is a matter of IE and Chrome not seeing the updates from my site in a timely fashion. It is not a consistent issue but on some of my category pages, the caching dates are anywhere from 2 – 7 days behind when the latest post was added.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: WP Super Cache] WP-Super-Cache not updating all pages’ is closed to new replies.