• Resolved rizkyjunia

    (@rizkyjunia)


    Hai hello SG Optimizer

    Just wonder
    how to know that my website is cached by this plugin.
    Because every time i click “test” button in Test URLs for Cache Status menu, this said “The URL is not cached”.

    Two days ago, i open ticket in siteground supports and someone in supports instal this plugin to my website because because i never succes do this by my self,
    But now still facing same problem.

    And how to auto convert my jpeg to webp automatically when i use real cron job like in this tutorials https://www.siteground.com/tutorials/wordpress/real-cron-job/.
    Because when i upload my image, do not auto convert.

    can somebody help me for this website https://www.brashopindonesia.com/.

    Do not know what is wrong with my website setting. 🙁

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

Viewing 1 replies (of 1 total)
  • Plugin Author Hristo Pandjarov

    (@hristo-sg)

    SiteGround Representative

    Easiest way is to use curl

    curl -I -X GET https://www.brashopindonesia.com |grep x-proxy-cache

    Your caching is not working.

    You have vary:user-agent header that you should remove. Then you have Cloudflare but the full page caching on Cloudflare is not working either.
    Last but not least some Yith plugin is setting yith_wcwl_session on every hit disabling the SiteGround full page caching.

    I would recommend getting assistance from a developer checking these. You shold not open a session on every hit since that would mess up with pretty much any caching system working with headers. That’s your major problem. Then comes the vary: user-agent thrown by your theme or another plugin. I would disable Cloudflare while I am working on these. Once you solve those two, enable Cloudflare if necessary and use the full page caching on it.

Viewing 1 replies (of 1 total)

The topic ‘Help With url not cached’ is closed to new replies.