• Resolved Mohammad Da

    (@mdahamshi)


    Hey all,
    I have a strange problem at https://taptip.shop
    I changed? some styles and plugins, but if a client re-visit a product he viewed in the past, he will see the old website, for example I added a mini floating cart from checkoutWC plugin, it doesn’t show in next visits until client force a refresh, same thing after disabling it, it still shows to client until refresh.
    I think it is a cache problem, but I cannot know how to fix it, I purge all cache from server side, so I think it is a browser cache problem, how can I solve this ?

    even the front page, if I change it or add product, it doesn’t update until client force refresh the page.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support qtwrk

    (@qtwrk)

    you need to disable cloudfalre page cache and also change `

    cache-control: max-age=31536000 to cache-control: no-cache,no-store,max-age=0,must-revalidate to disable browser cache for main request.

    Thread Starter Mohammad Da

    (@mdahamshi)

    @qtwrk Thank you for your reply

    Can you explain more how to do it ? or send me a link for a tutorial how to do it

    Plugin Support qtwrk

    (@qtwrk)

    how did you add the CF page cache and the current cache-control header? check the CF setting though.

    Thread Starter Mohammad Da

    (@mdahamshi)

    @qtwrk Thank you very much

    I changed Browser Cache TTL to respect existed headers in cloudflare settings and now it looks good

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Cached pages doesn’t update on change until browser refresh’ is closed to new replies.