• I set up Super Page Cache yesterday using the default settings. However, when I click on “Test Cache”, I get this:

    `Page caching seems not working for both dynamic and static pages.

    Error on dynamic page (https://www.doggieboat.co.uk): Seem that your website is not behind Cloudflare. If you have recently enabled the cache or it is your first test, wait about 30 seconds and try again because the changes take a few seconds for Cloudflare to propagate them on the web. If the error persists, request support for a detailed check.

    Error on static resource (https://www.doggieboat.co.uk/wp-content/plugins/wp-cloudflare-page-cache/assets/testcache.html): Seem that your website is not behind Cloudflare. If you have recently enabled the cache or it is your first test, wait about 30 seconds and try again because the changes take a few seconds for Cloudflare to propagate them on the web. If the error persists, request support for a detailed check.

    Please check if the page caching is working by yourself by surfing the website in incognito mode ’cause sometimes Cloudflare bypass the cache for cURL requests. Reload a page two or three times. If you see the response header cf-cache-status: HIT, the page caching is working well.`

    I got this yesterday. I tried refreshing and the above instructions using incognito mode and reloading several times. I have left it until this morning and tried again, but I am still getting this report, yet I know my site is going through Cloudflare.

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

Viewing 1 replies (of 1 total)
  • Plugin Contributor iSaumya

    (@isaumya)

    Hi,
    from what I can see looking at the response headers of your website, there are 2 cache-control header. One added by this plugin and the other either by some other plugin or server level rule. Please find what is adding that and remove it as this plugin is supposed to be the only one handling the cache-control header.

    Another problem in your website is that you are using plugins that are adding cookies in your website. Please note that when Cloudflare sees a page has custom cookies that are loading at the p[age load, it will not cache the page thinking that the cookie values might be used inside the page to generate content dynamically by using PHP. So, if the page is cached then PHP won’t get run and hence dynamic content won’t get generated.

    That’s why CF won’t cache pages with custom cookies in it. So, you need to find which plugin is adding that custom cookie and remove that – use some other alternative which is not cookie dependent.

    Screenshot:

    View post on imgur.com

Viewing 1 replies (of 1 total)
  • The topic ‘PlugIn seems not to be working’ is closed to new replies.