• Resolved mats1

    (@mats1)


    Hi!

    Thanks for a great plugin. When all pages are cached we have a really fast web shop. But we are experience that the woocommerce category pages losses it cache too often which makes the shop pages slow.
    We have Following set on the Woocommerce tab:
    Product update interval: “Purge product only when the stock status changes. Do not purge categories on changes to the quantity or stock status.”
    Use Front Page TTL for the Shop Page: “On”.

    Since the shop pages was losing its cache we use the Crawl function and to keep the pages cached as often they can.
    To try to understand why the pages cache is purged I enabled the Log function. Unfortunately the log file don’t give me any clues. Maybe because I don’t know what to look for.
    We use a service that synch our shop with our ERP system. The service use REST to update products regarding stock, price etc. My suspicions is that this updates purge the category pages but I can’t tell by looking in the log file.

    I really would like to have some help here to make our site fast always, not occasionally.
    Many thanks

    • This topic was modified 3 years, 9 months ago by mats1.
    • This topic was modified 3 years, 9 months ago by mats1.
    • This topic was modified 3 years, 9 months ago by mats1.

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

Viewing 16 replies (of 16 total)
  • Plugin Support qtwrk

    (@qtwrk)

    Hi,

    I am not sure , it may depend on how your REST request was made , but if it fires hook like edit_post() , it should notify LSCWP to purge category page as well

    not natively , but since you are using REST , you can fire a curl request with full chrome (or other major browser) request header , this will do same job as crawler does, to the page that just being updated by REST

    when you have cache login and ESI off , then :

    all guest user -> mostly share a same public cache page

    each login user -> will have their own private cache page

    Best regards,

Viewing 16 replies (of 16 total)
  • The topic ‘Woocomerce shop pages are purged too often’ is closed to new replies.