Cloudflare
FacetWP works well with Cloudflare, but there are a few settings you can disable if you run into any issues. Within Cloudflare’s dashboard, browse to Speed > Optimization
.
Auto Minify
If your facets are not loading, try un-checking the “JavaScript” and “HTML” boxes.

HTML minification and the facetwp-template class
The above Auto Minify “HTML” setting strips HTML comments from listing pages. On all types of listing templates (except ones that use a FacetWP shortcode template) this is problematic, because FacetWP uses <!--fwp-loop-->
HTML comments to automatically detect the query results.
Turning off HTML minification fixes this problem. However, if you want to keep HTML minification, you also can also add the facetwp-template
class to your templates manually. On WooCommerce shop pages, you can use these hooks that do the same.
Rocket Loader™
Also try disabling Rocket Loader™. This setting forces all scripts to load asynchronously, which can cause issues with FacetWP.
