• I’m searched this forum and Cloudflare’s and I can’t get my head around this issue.

    With Super Page Cache for Cloudflare active I can’t pass the Test Cache, always giving me this error:

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

    Error on dynamic page (https://upatm.pt): Cache status: BYPASS – Cloudflare has been instructed to not cache this asset. It has been served directly from the origin.

    Error on static resource (https://upatm.pt/wp-content/plugins/wp-cloudflare-page-cache/assets/testcache.html): Unable to find the Cache-Control response header.

    I’ve searched this forum and tried several solutions, including deactivating and deleting the plugin, but nothing worked.

    The weirdness is greater when I realize that at least this specific page that I entered in the form is loading an old version no matter what I do, even using “development mode” in Cloudflare, emptying browser caches, incognito mode, nothing works.. it’s as the cache is coming from there server itself but that is not possible since I’m on o shared hosting who does not provide caching.

    Can you please try and solve this conundrum?

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

Viewing 2 replies - 16 through 17 (of 17 total)
  • Thread Starter zumine

    (@zumine)

    Also, WPForo has its own cache system integrated and they recommend to exclude their pages from any cache system.

    Would you recommend this edit on the first rule?

    (
    http.host eq "upatm.pt" and
    (starts_with(http.request.uri.path, "/wp-admin") or
    starts_with(http.request.uri.path, "/forums-de-discussao/") or
    starts_with(http.request.uri.path, "/wc-api/") or starts_with(http.request.uri.path, "/edd-api/"))

    (“forums-de-discussao” is the tag for the forum pages.)

    Also, maybe using the same approach for the UM plugin..?

    Finally, should I contact my server and ask them to deactivate their caching system?

    Once again, thanks for such a generous and efficient support! I’ll definitely leave you a 5 star review. ??

    • This reply was modified 1 year, 6 months ago by zumine. Reason: clarification
    Plugin Contributor iSaumya

    (@isaumya)

    Hi @zumine,
    Yes, that cache rule looks ok to me. You can defiantly use that. Also yes you can ask your server host to disable server-level caching. But more importantly, you should look at getting rid of that cookie if possible.

    Thanks. ??

Viewing 2 replies - 16 through 17 (of 17 total)
  • The topic ‘Cache never purges’ is closed to new replies.