[ad_1]
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; }
