• Resolved Un Mo

    (@salomonamiga)


    Hi

    Im using flatsome theme, and the super cache plugin in my woocomerce

    i can see the cache status in all the pages as BYPASS

    if i turn on the Strip response cookies on pages that should be cached, then i can not add any products to the cart

    how can i solve this in order to have HIT ?

    Thanks in advance !

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

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Contributor iSaumya

    (@isaumya)

    Hi @salomonamiga,
    Looking at the response header of your website I see:

    1. The main problem is coming from the mailchimp cookie. These cookies are being set with the set-cookie header which is telling Cloudflare not to cache the page thinking that the cookie value might be used to show dynamic content on the page.
    Screenshot: https://i.imgur.com/PR0LB7X.jpeg

    Please check which plugin is adding that cookie and make sure you have removed it.

    2. You also have woocommerce recently viewed plugin added which is also adding another cookie on each product page caching the same issue: https://i.imgur.com/Ia2VOzK.jpeg
    Also read: https://wordpress.org/support/topic/page-caching-seems-not-working-for-both-dynamic-and-static-pages-52/#post-16226909

    3. You are also using some settings that you do not need to use: https://i.imgur.com/wqDnSYX.jpeg
    I would rather recommend you to check out the new caching options added in the new version of the plugin. Inside the plugin settings > Other tab > scroll down to the end – you will see an option to “Remove Cache Buster Query String” along with the implementation guide.

    Check the implementation guide first, add the rules, and then enable the option. Hoping you have enabled Smart Tiered Cache inside your Cloudflare dashboard, this will give you a much better result.

    Thread Starter Un Mo

    (@salomonamiga)

    Hi Saumaya

    first i want to thank you for your time

    1. i have disabled the mailchimp plugin, and now i don’t see the “set-cookie” from mailchimp, thats a shame because i do use the plugin, is there any other way to avoid this ? i really want to activate it.

    2. i have removed the recently reviewed widget, and now i don’t see the “set-cookie” from woocommerce recently reviewed

    3. i followed all the implementation guide and turned on the “Remove Cache Buster Query String”.
    but i can still see this https://i.imgur.com/wqDnSYX.jpeg
    is there something im missing ? if you can try it again id appreciate it

    at the end in incognito mode i can see the site is ok and getting HIT, but when i add anything to the cart, all pages get DYNAMIC and not a HIT, even when i remove the products from the cart

    tried not in incognito, (logged-in as customer or logged out) i was also getting DYNAMIC all the time, i cleared the website data and now im getting the HIT untill i add something to the cart

    just to understand better, is this step 3 just to avoid the cache buster query parameter ?swcfpc=1 ??? or also to improve the speed?

    i hope you can help me on this

    thank you again !

    Plugin Contributor iSaumya

    (@isaumya)

    Hi,

    i have disabled the mailchimp plugin, and now i don’t see the “set-cookie” from mailchimp, thats a shame because i do use the plugin, is there any other way to avoid this ? i really want to activate it.

    – Well, you can definately dig into the plugin settings to see if there is any option that is specifically using that cookie and maybe disabling that seetings will remove the cookie? Hard to say. You can also ask the plugin developer if there is any way to not use that cookie.

    i followed all the implementation guide and turned on the “Remove Cache Buster Query String”.
    but i can still see this https://i.imgur.com/wqDnSYX.jpeg
    is there something im missing ? if you can try it again id appreciate it

    – That’s because you have added it inside the worker mode section. Inside the plugin settings, enable the worker mode toggle and you will see that you have addded these in the textbox there. Remove them and update the plugin settings and then disable the worker mode so that you can go back to useing the page rule mode.

    at the end in incognito mode i can see the site is ok and getting HIT, but when i add anything to the cart, all pages get DYNAMIC and not a HIT, even when i remove the products from the cart

    – That’s normal, cause when you add items to cart, WooCommerce cookies gets set and pages needs to be dynamically generated as the cart items are dynamic and can change anytime. This is a normal cache flow. Even when you remove items from cart, the cookies are still there and hence the DYNAMIC.

    Thread Starter Un Mo

    (@salomonamiga)

    Hi

    Thanks so much, its now working, i just have a question, in google search console im having some issues, one of them for example the screenshot im attaching here https://drive.google.com/file/d/1qx1i2FNu5mem4Obrp9tD1VrxQnQoNn_c/view?usp=sharing

    it says pages aren’t indexed or served on Google, if i click on one of those links it opens the page but it adds the swcfpc=1 at the end, so now that im not using that how can i fix that in google ?

    Plugin Contributor iSaumya

    (@isaumya)

    Hi @salomonamiga,
    From what I can see they are not being indexed because they are redirected to the non traling slash version of the URL. From what I can see you are not using the trailing slash in your website so https://touchvapes.com/producto/air-bar-lux-desechable-1000-puffs/ will be redirected to https://touchvapes.com/producto/air-bar-lux-desechable-1000-puffs without the trailing slash. So, Google will index that and not the one with the trailing slash as that is being redirected to the non trailing slash version.

    Thread Starter Un Mo

    (@salomonamiga)

    Hi

    ok, but how can i fix that in google, so it will not index the pages with the trailing slash that im not using anymore ?

    Thank you !

    Plugin Contributor iSaumya

    (@isaumya)

    Hi @salomonamiga,
    Google is not indexing the pages with traling slashes, look at the screenshot you shared above: https://drive.google.com/file/d/1qx1i2FNu5mem4Obrp9tD1VrxQnQoNn_c/view?usp=sharing

    You can clearly see at the top that these pages are not indexed or served from Google.

    Thread Starter Un Mo

    (@salomonamiga)

    oh ok thank you … i tough i had to do something there so google dont show me that message

    thank you !

    Plugin Contributor iSaumya

    (@isaumya)

    Hi @salomonamiga,
    No you don’t have to do anything. I’m resolving this thread now. If you love this plugin please do consider sharing a review.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Using the plugin with flatsome theme’ is closed to new replies.