Don't use with WooCommerce
-
While I really appreciate free plugins being available, this one made me spend too much time hoping to eventually returning something, then didn’t. :-/
My results after many hours of testing:
? Minify feature was causing my site to not work properly – disabled it.
? DB-cache, Object-cache – no speed gain whatsoever.
? Page cache – 1 more point in PageSpeed … yay!
? Browser cache (set expires header) gave me the infamous “cart doesn’t update issue” – disabled it.In the end it took me ~2 days of fiddling around without getting anything done, without getting a faster page (or at least a higher score in PageSpeed).
If it works for you: Congrats! For me it didn’t.
P.S.: Of course I _tried_ the following to make it work (you can read this up yourself in countless hours all over the Internet) –
— Minify:
? added mfunc to “Ignored comment stems” in HTML/XML section— Page Cache:
? added /cart/, /checkout/, /my-account/ to “Never cached pages”
? added wc_session_cookie to “Rejected cookies”— Database Cache:
? added /cart/, /checkout/, /my-account/ to “Never cache the following pages”
? added _wc_session_ to “Ignored query stems”
- The topic ‘Don't use with WooCommerce’ is closed to new replies.