• Hi there,

    I am struggling to find the right setup for this plugin to work properly.

    I am getting the following issue with the plugin when I test the site:

    cf-cache-status BYPASS

    I have found that when I activate the “Strip response cookies on pages that should be cached” to be “Yes”, the cache is getting a “HIT”. This was working fine, but then I had numerous customers telling me that they get an empty basket when trying to checkout. I have set this back to “No” and no longer have the checkout issue, but am now again experiencing the “Bypass” issue.

    I should mention that I have the following listed under “Prevent the following URIs to be cached”:

    /my-shopping-cart*
    /my-shopping-cart/*
    /checkout/*

    But still I was getting the shopping cart problem.

    Does anyone know what setup might be wrong here? Any help will be appreciated!

    I am using Woo-Commerce for online sales.

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

Viewing 1 replies (of 1 total)
  • WooCommerce pages such as cart, checkout are not supposed to be cached at all. It comes with cache-control: no-cache, must-revalidate, max-age=0; instructions from the origin end. Obviously, CF would respect that settings in normal condition to avoid disrupting functionality. Stripping cookies for WooCommerce site seems bad idea. It is a fundamental things to process a unique visitor’s request.

    At the moment, there is CF APO service active at your site which is different than WP Cloudflare Super Page Cache.

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