• Hello,
    I’d like to ask your help: On my site Super Cache is thinking that every visitor is a known user (<!– Page not cached by WP Super Cache. Check your settings page. Not caching requests by known users. (See Advanced Settings page) –>
    I searched in this forum and noticed that I’m not the only user with this problem. I tried to read the discussions on this but I understood nothing. F.e.
    https://wordpress.org/support/topic/page-not-cached-by-wp-super-cache-2/ or
    https://github.com/Automattic/wp-super-cache/issues/620 or
    https://github.com/Automattic/wp-super-cache/pull/616 etc.
    I know cooking and not coding … So I would be very happy if somebody could explain me in a beginners language what to do.
    What I’ve done before:
    a) With desktop (using Ubuntu, chromium) I deleted the plugin and installed it again – no longtime success. The program treated me as an unknown user only by the first loading of the page, then I became a known user again. Also deleting of Browser’s cache didn’t solve the problem. Or after reload (F5) “?cn-reloaded=1” was added to the URL and all information concerning the usage of a cache disappeared at the end of the page.
    b) With Mobile (Android, Firefox) the same …
    Thanks a lot for your help.
    Kind regards.
    Matta

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Saša

    (@stodorovic)

    It’s an issue because some plugin (eg. Cookie Notice) adds custom cookies (cookie_notice_accepted in previous example) in WPSC configuration. Current WP version handles on same way these cookies and default WP cookies (wordpress_…, wordpress_logged_in_…). It seems that some plugin sets cookie at first access. I could try to assistance if you find out which is this plugin.

    We are working on improving current code. You could see https://github.com/Automattic/wp-super-cache/pull/657 which introduces new setting:

    If you are able to install plugin via FTP then you could try to install “beta” version from https://github.com/Automattic/wp-super-cache/pull/631. This zip file contains some fixes including #631 which will create wp-cache if a request contains custom cookies.

    I’ve tried to summary all details. I’m open for more questions if you need some clarification.

    Thread Starter Matta Cib

    (@matta-cib)

    Hello Saša,
    thanks a lot for your replay! Very kind! You supposed right: I’m really running the Cookie-Notice-Plugin …
    I could install a plugin as zip-file via ftp (even though I couldn’t detect any zip-file on https://github.com/Automattic/wp-super-cache/pull/631) but in the meantime I noticed that WP Super Cache has problems with time-based actions: With the Garbage Collection it is possible to delete all expired files but not really all (also the not expired ones). I want to delete really all files at midnight and then rebuild the cache via Preload shortly after midnight, but preload only works periodically but not timebased to a certin point of time (scheduled).
    Anyway thanks for for kind help.
    Regards
    Matta

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘All known users?’ is closed to new replies.