• Hello,

    recently I installed this plugin and I am really happy with it. Thanks for such a wonderful plugin. The only problems which I am facing and unable to find solutions are
    1. “Recently viewed” products in woocommerce are getting cached. How I can disable that?
    2. I have installed Google Site Kit as well. Sometimes it shows an error like unable to get statistics. Is this because of WP Cloudflare Super Page Cache?

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

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

    (@isaumya)

    Hi @mmkurhade,
    If your recently viewed product system uses PHP to fetch the recently viewed items then it won’t work with cache and you need to bypass the pages that are using such a thing. Cause when a page is served from cache, no PHP gets executed instead the HTML of your page that has been cached by CF gets served by CF CDN. Alternatively, you can use a system that uses javascript fetch/ajax to fetch those recently viewed items so that even if the page is cached the JS can perform it’s asynchronous operations and doe not reply on PHP generating the HTML.

    About the site kit, it is very unlikely as Google uses javascript based tracking (as far as I know) which will work even if the page is cached and a cached HTML is being served.

Viewing 1 replies (of 1 total)
  • The topic ‘Cache Issues’ is closed to new replies.