Brotli compression
What is Brotli?
Brotli is a lossless data compression algorithm created by Google with a very high compression ratio.
Brotli vs. GZIP
Brotli provides better overall compression compared to GZIP, meaning that JavaScript, CSS, and HTML files have even smaller sizes when using Brotli.
Compression is not recognized in testing tools
Currently, Pingdom does not take the Brotli compression into consideration, so it can show poorer scores when you serve Brotli compressed assets.
However, if you're sure your server is using Brotli compression instead of GZIP then you can consider the warnings as false positives. You can test if your site is using Brotli here.
Brotli and WP Rocket
WP Rocket doesn't add Brotli compression rules into the .htaccess file. This originally happened because Brotli wasn't always a mechanism widely supported by most browsers.
However, this is on our feature requests list already.
How to enable Brotli?
- On NGINX you can see the official guide here.
- You can also see the guide for Apache in their official documentation.
- Your site assets will also automatically use Brotli compression when using Cloudflare, even from the Free plan.