• Hi,

    When I do a check for site optimization using Googles web speed tester and also http://www.gidnetwork.com it says that no cache is set?

    This is the report from the latter …

    Response Headers
    status HTTP/1.1 200 OK
    date Wed, 20 Feb 2013
    09:57:47 GMT
    server Apache
    x-powered-by PHP/5.2.17
    expires Thu, 19 Nov 1981
    08:52:00 GMT
    cache-control no-store, no-cache,
    must-revalidate,
    post-check=0,
    pre-check=0
    pragma no-cache

    When I check the source of my web page it does say atthe bottom that a cache file has been served.

    Does this mean that it is not working?

    Thanks,

    Andrew

    http://wordpress.org/extend/plugins/quick-cache/

Viewing 3 replies - 1 through 3 (of 3 total)
  • 1. Could be your Server overriding your cache control settings

    2. You can set cache settings via PHP (via header() function calls) and/or through your .htaccess file

    Thread Starter solosails

    (@solosails)

    Hi,

    But the whole point of the plugin is supposed to do that isn’t it?

    How/what do you do to the .htaccess file to enable cache settings?

    Cheers

    Thread Starter solosails

    (@solosails)

    Any Updates on this?

    I have learned to add the cache control to the .htaccess file no problem and can overcome this issue, but does this affect the quick cache performance?

    And anyway, if it does not affect it, I think it misses the point, why use a cache plugin if it doesnt actually set a cache?

    Or am I missing the point, does quick cache work in a way that does not report in tests such as these?

    By the way the l;ink I added above should have been http://www.gidnetwork.com/tools/gzip-test.php

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘When testing on google and gidnetwork.com No cache Set?’ is closed to new replies.