Title: Cloudflare cache Bypassed
Last modified: November 20, 2022

---

# Cloudflare cache Bypassed

 *  Resolved [csasser](https://wordpress.org/support/users/csasser/)
 * (@csasser)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/cloudflare-cache-bypassed/)
 * Have similar issue to others with “cf-cache-status: BYPASS” on home page.
 * I am helping a friend with performance. We are running the latest version. I 
   did notice when testing cache within the plugin, we get a quickly spinning timer
   icon which quickly disappears but no confirmation or error.
 * Site is also using Autoptimizer but I turned this off and it has no affect.
 * Site is hosted by InMotion Hosting. Don’t have assess to cPanel, but I can get
   it, if you would like to see .htaccess file.
 * PS: I am using your plugin on other sites and it works great. BTW, all sites 
   are using free Cloudflare.
 * Thanks Charlie
    -  This topic was modified 3 years, 6 months ago by [csasser](https://wordpress.org/support/users/csasser/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcloudflare-cache-bypassed%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 10 replies - 1 through 10 (of 10 total)

 *  Plugin Contributor [iSaumya](https://wordpress.org/support/users/isaumya/)
 * (@isaumya)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/cloudflare-cache-bypassed/#post-16226807)
 * Hi,
    from what I can see there are multiple reasons behind your cache status 
   BYPASS: 1. There is a `cache-control: max-age=0` being added to the response 
   header beside the one added by the plugin. Please find out what is adding this
   rule and remove that to ensure only this plugin is handling the `cache-control`
   header and nothing else.
 * 2. I can see that multiple cookies are being set on the page load with the `set-
   cookie` header. Please note that anytime Cloudflare will see cookies being set
   on a page it will not cache that page thinking those cookie values might be used
   inside the webpage to show dynamically generated data. So, you need to figure
   out which plugins are adding those cookies and remove them.
 * Screenshots:
 * > [View post on imgur.com](https://imgur.com/gkgFEW9)
 * > [View post on imgur.com](https://imgur.com/U4RboiG)
 * > [View post on imgur.com](https://imgur.com/e61vdj1)
 *  Thread Starter [csasser](https://wordpress.org/support/users/csasser/)
 * (@csasser)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/cloudflare-cache-bypassed/#post-16237048)
 * Thanks Saumya for the detailed reply.
 * The cookies are coming from the Microsoft Clarity Plugin. I’m not sure yet if
   the client is willing to give up this plugin.
 * There are other cookies on the site but I guess these don’t have any impact on
   your plugin.
 * I will need to dianose the cache-control issue further if the client decides 
   to deactivate the Clarity plugin. I believe this plugin is similar to Hot Jar.
 * PS: **What app did you use to see the cookies?** I use Chrome Dev Tools and these
   show differently plus Dev Tools shows more cookies. **Are these not a problem?**
 * Thanks again.
 *  Plugin Contributor [iSaumya](https://wordpress.org/support/users/isaumya/)
 * (@isaumya)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/cloudflare-cache-bypassed/#post-16237076)
 * Hi,
 * > The cookies are coming from the Microsoft Clarity Plugin. I’m not sure yet 
   > if the client is willing to give up this plugin.
 * – I don’t think those cookies are coming from Microsoft Clarity. I don’t know
   what led you to that conclusion. As MS Clarity runs JS so it will not load any
   cookies in the response header. From what I can see it might be coming from somewhere
   else: [https://cookiedatabase.org/cookie/cleantalk-spam-protect/apbct_/](https://cookiedatabase.org/cookie/cleantalk-spam-protect/apbct_/)
 * > I will need to dianose the cache-control issue further if the client decides
   > to deactivate the Clarity plugin. I believe this plugin is similar to Hot Jar.
 * – Again Microsoft Clarity is not causing any issues. That cache control either
   might getting added by some other plugin or some server rules.
 * > PS: What app did you use to see the cookies? I use Chrome Dev Tools and these
   > show differently plus Dev Tools shows more cookies. Are these not a problem?
 * – I literally used Chrome DevTools > Network Tab, checking the response header
   for the first 200 status request of `text/html` type. Which is generally the 
   first request like `https://example.com/` or `https://example.com/some-page/`.
 *  Thread Starter [csasser](https://wordpress.org/support/users/csasser/)
 * (@csasser)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/cloudflare-cache-bypassed/#post-16237162)
 * My Bad. 🙂 I actually noticed when looking at your screen capture U4RboiG.jpeg
   that it was infact the cleantalk plugin. (that was 2 days so my memory is not
   so good)
 * I did look at the cookies that show in Dev tools under the Network tab for the
   first request to domain-name.com and cookie sub-tab that shows 14 cookies.
 * This is somewhat new to me, but this list and screens are not as obvious to me
   as your image U4RboiG.jpeg which I actually used a few days ago and discovered
   the cookies were from Clean Talk based on googling their names.
 * Why does my result of 14 cookies differ from you previous screencapture?
 * I’m always willing to learn if you have the time to respond. I am not a developer
   but very technical. 😉
 * Thanks for all your help.
 *  Plugin Contributor [iSaumya](https://wordpress.org/support/users/isaumya/)
 * (@isaumya)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/cloudflare-cache-bypassed/#post-16237177)
 * It’s not about how many cookie are being loaded on the page what matters is how
   they are loaded. If they are loaded with page response that is the set-cookie
   header then CF won’t cache the page.
 * Check my screenshots again you will see I’m looking at the response header and
   not the cookie tab.
 *  Thread Starter [csasser](https://wordpress.org/support/users/csasser/)
 * (@csasser)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/cloudflare-cache-bypassed/#post-16237295)
 * I must be missing something.
 * This is what I see [https://charliesasser.com/studio88_response_headers.png](https://charliesasser.com/studio88_response_headers.png)
 * I see no “set-cookie” here like in your file [https://i.imgur.com/U4RboiG.jpeg](https://i.imgur.com/U4RboiG.jpeg)
 * I must be doing something wrong.
 * Looks like I need to learn more about Dev Tools. 😉
 * You don’t need to waste any more time on me. I will try to figure this out.
 * I have your plugin working great on other sites.
 * I will not be offended if you close this ticket. May be back to you later.
 *  Thread Starter [csasser](https://wordpress.org/support/users/csasser/)
 * (@csasser)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/cloudflare-cache-bypassed/#post-16237471)
 * Disregard my link in the previous reply and go here.
 * [https://www.dropbox.com/s/lro91tg7hg1u860/studio88_response_headers.png?dl=0](https://www.dropbox.com/s/lro91tg7hg1u860/studio88_response_headers.png?dl=0)
 *  Plugin Contributor [iSaumya](https://wordpress.org/support/users/isaumya/)
 * (@isaumya)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/cloudflare-cache-bypassed/#post-16237683)
 * Hi,
    I am no longer seeing those cookies. Maybe you have received the plugin 
   that was causing it. Also pages are now being cached at Cloudflare CDN but you
   have the issue with the extra `cache-control` header as mention before.
 *  Thread Starter [csasser](https://wordpress.org/support/users/csasser/)
 * (@csasser)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/cloudflare-cache-bypassed/#post-16238189)
 * You are correct. I didn’t realize I had deactived and forgot to activate the 
   CleanTalk plugin. Will work on cache control issue now.
 * I have learned my lesson. “Don’t work on a website while watching a football 
   game on TV.” 😀
 * Thanks for helping.
 *  Plugin Contributor [iSaumya](https://wordpress.org/support/users/isaumya/)
 * (@isaumya)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/cloudflare-cache-bypassed/#post-16238437)
 * Hi,
    I am so happy to hear that your issues have been resolved. If you like the
   plugin. Please consider sharing a review. 🙂

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘Cloudflare cache Bypassed’ is closed to new replies.

 * ![](https://ps.w.org/wp-cloudflare-page-cache/assets/icon-256x256.gif?rev=3234997)
 * [Super Page Cache – Cloudflare Cache, Page Speed & Core Web Vitals](https://wordpress.org/plugins/wp-cloudflare-page-cache/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-cloudflare-page-cache/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-cloudflare-page-cache/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-cloudflare-page-cache/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-cloudflare-page-cache/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-cloudflare-page-cache/reviews/)

## Tags

 * [bypass](https://wordpress.org/support/topic-tag/bypass/)
 * [cookies](https://wordpress.org/support/topic-tag/cookies/)

 * 10 replies
 * 2 participants
 * Last reply from: [iSaumya](https://wordpress.org/support/users/isaumya/)
 * Last activity: [3 years, 6 months ago](https://wordpress.org/support/topic/cloudflare-cache-bypassed/#post-16238437)
 * Status: resolved