Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey there

    Thanks for reaching out!

    I wouldn’t recommend using any static file caching plugin in combination with WooCommerce without careful preparation. E-commerce systems heavily rely on sessions and accurate data for things like the shopping cart or the checkout process.

    You should at least exclude those specific pages from being cached.

    If using with HDD, is the robots.txt necessary?

    You should add something like the following to your robots.txt:

    User-agent: *
    Disallow: /wp-content/cache/cachify/
    Allow: /

    I’m closing this for now. If you come across any bugs, feel free to open an issue on GitHub.

    Thread Starter HugoN

    (@hugon)

    hi Pascal,
    thanks, I didn’t think I would ever get an answer on this…
    Actually, Woocommerce automatically sets a nocache to cart and checkout pages!
    Could you please let me know if it possible to prime the cache? This was my first question.
    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Woocommerce/robots/prime cache’ is closed to new replies.