• Resolved coderswift

    (@coderswift)


    Hi Dear,
    I am using plugin and enable all neccessary option provided in the plugin.
    But when we Test the caching is working with the tool available in the Genral Tab Section. But it shows error.

    Could you please check and let me know if you need anything from my end.

    Thank You

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter coderswift

    (@coderswift)

    Error showing when we test the caching on home page
    https://nimb.ws/5TKpiG

    Plugin Support Gergana Petrova

    (@gpetrova)

    Hello @coderswift

    The reason why the site’s home page is not being cached is due to the presence of a Set-Cookie header, more specifically:

    set-cookie: xoo_brand=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/

    The presence of it ?indicates that the content is personalized in some way and specific to each user/visitor. ?Because of this, caching systems, including our plugin, are not supposed to cache the page. This is done in order to ensure that personal information isn’t accidentally shared with other users.

    I have checked a couple of random internal pages for the site – those do not have the cookie present and are being cached.

    If you would like to have your home page cached as well, you will need to remove said cookie. The cookie is most likely set by an active plugin on the site or by the theme used. If you’re unsure of the exact way to disable it – you should discuss the case further with your site’s developer.?

    Best Regards,
    Gergana Petrova

    Thread Starter coderswift

    (@coderswift)

    When we check it in the guest window no such cookie is set but the cache still miss.
    https://pasteboard.co/0JG9KfHm2xW0.png

    Plugin Support Pavel Dosev

    (@pdosev)

    Hello @coderswift,

    I checked the site requests now, and there is no such cookie. The dynamic cache is also working for your website at the moment:

    pavel.dosev@Pavel-Dosev:~$ curl -IX GET https://pos.royal4you.com/ -s| grep x-proxy-cache
    x-proxy-cache: HIT

    Thread Starter coderswift

    (@coderswift)

    So website pageinsight score is still to much low

    Plugin Support Pavel Dosev

    (@pdosev)

    I want to clarify that the WordPress forum is intended for support-related requests to the plugin.

    PageSpeed Insights scores can’t be discussed or addressed here. You might consider contacting us through your User area or other professional services for broader performance optimization issues.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Caching doesn’t work’ is closed to new replies.