@damianvincent and @damianvincent – I found that it only enabled for me when *both* the PHP extension *and* the Apache module were enabled.
Having just the Apache module enabled didn’t enable the box for me. I’m not sure how I’d feel about Apache doing on-the-fly Brotli compression either to be honest… Brotli is fairly intense in terms of CPU usage and compression times when compared to GZIP.
You also have no control over the level of Brotli compression within W3TC (something @vmarko might be able to confirm if is coming in the future)?
I’d also like to see an option within W3TC where I can actually _store_ the Brotli version of files (such as page_cache.html
, minified files etc.) so that I can use nginx’s brotli_static to serve the pre-compressed files, without having to do on-the-fly compression (I’m sure similar can be acheived in Apache as well) – it would save a _massive_ amount of overhead!!!