• Resolved andrea.pagliarani

    (@andreapagliarani)


    Hi guys, great job!
    Are you sure that the page cache works with the woocommerce single product? To make it work I modified line 21 of the file /atec-cache-apcu/includes/atec-cache-apcu-pcache.php like this:

    if (!in_array($type,['page','post','product']) && !$isCat) { @header('X-Cache: FAIL-INVALID_TYPE_'.strtoupper($type)); return; }

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author docjojo

    (@docjojo)

    This will cache product and shop page but will not update on shop page or related products on a product page, if produt is changed.

    Plugin Author docjojo

    (@docjojo)

    caching woo is a complex topic.
    please elaborate your use case.

    are you interested in woo pcache support?

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.