• Resolved BeHeard

    (@beheard)


    Thanks for the great plugin.
    Have installed (it does note not tested with this version of WP)
    so hoping this could be the issues.

    Source code shows
    <li id=”wp-admin-bar-ws-plugin–qcache-ajax-clear-menu” class=”ws-plugin–qcache-ajax-clear-menu”
    So assuming it is as it should be

    However as another post shows when doing speed test..
    shows this result

    Cache-Control no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Pragma no-cache

    If I have to change something in a Php file – the theme has several so which one would that be.

    All 4 of the php files show
    ; Set to {nocache,private,public,} to determine HTTP caching aspects
    ; or leave this empty to avoid sending anti-caching headers.
    session.cache_limiter = nocache

    ; Document expires after n minutes.
    session.cache_expire = 180

    at present.. should the plugin not have addressed this, or does it relate to the WP version.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • The developer discusses why he intentionally implemented the “no-cache” header here:
    http://wordpress.org/extend/plugins/quick-cache/other_notes/

    If your page is cached you’ll see a comment at the bottom of your rendered page’s source code.

    Thread Starter BeHeard

    (@beheard)

    Thanks – comment? as in statement on the source
    or as above the info about the plugin
    <li id=”wp-admin-bar-ws-plugin–qcache-ajax-clear-menu” class=”ws-plugin–qcache-ajax-clear-menu” ETC

    Quick Cache leaves a comment on your “rendered” pages. Log out of your wordpress admin area, visit one your pages (as any normal visitor of yours would do) and view the source code. Scroll to the bottom of the source code and you’ll see a comment Quick Cache automatically inserts providing details about the cached file, such as when it was cached, when it’ll be recreated, etc.

    As for the “wp-admin-bar-ws-plugin–qcache-ajax-clear-menu”, is that being rendered as part of the wordpress admin toolbar that appears on at the top of all your pages when you’re logged in as admin? If so, you won’t be seeing any cached pages, as Quick Cache doesn’t serve those to folks who are logged in (including admins/you). You can override this in your settings, but you should be careful about doing so unless you’re certain you want that.

    If you want to disable your admin bar altogether, see here:
    http://www.wpbeginner.com/wp-tutorials/how-to-disable-wordpress-admin-bar-for-all-users-except-administrators/

    Thread Starter BeHeard

    (@beheard)

    Ok thanks for the help

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘WP- 3.5.1 showing as no cache when enabled’ is closed to new replies.