I'm running a WooCommerce powered WordPress site under nginx with fastcgi cache. I've installed it with with EE command ee create example.com --wpfc
. In order to tune it, I've simply followed the WooCommerce Window Shopping Caching Technique and the fastcgi_cache with conditional purging tutorials in order to optimize the caching and other aspects of the woocommerce shop.
After the ee installation I noticed the W3 Total cache plugin comes bundled with WordPress, so I activated it and started tuning it by following the following tutorial https://easyengine.io/wordpress-nginx/tutorials/single-site/w3-total-cache/
I was wondering if it is possible to have both fastcgi and W3 Total cache working together? If yes, would I get much more benefits when it comes to page caching and performance?
Regards,