keycdn / cache-enabler

A lightweight caching plugin for WordPress that makes your website faster by generating static HTML files.
https://wordpress.org/plugins/cache-enabler/
123 stars 46 forks source link

Only clear specific products cache on woocommerce stock change #61

Closed gamag closed 4 years ago

gamag commented 4 years ago

Currently, after a stock change in woocommerce, the full cache is cleared. For a busy online shop, this basically disables caching, since the cache is already cleared again before it could be (fully) rebuild.

The obvious solution is to only clear the product that actually changed. RedCastor/cache-enabler has working code that does this.

see also: https://wordpress.org/support/topic/cache-gets-cleared-every-time-a-stock-change-happens-at-woocommerce/

svenba commented 4 years ago

https://github.com/keycdn/cache-enabler/issues/82