0

I would like to know if I could use Brotli compression provided by Cloudflare along with GZIP compression included in my .htaccess file? Would there be any reasons any one of you would not recommend doing that?

Best regards,

Tug

Tug
  • 5
  • 2

1 Answers1

0

Yes, you can use Brotli in combination with GZIP, however that does not mean it will use Brotli+GZIP... depending on situation and configuration of your server it will decide what to do. For example your server will deliver GZIP compressed output to Cloudflare... but cloudflare will detect that and just deliver that file to end user without any Brotli compression.. OR it will simply uncompress GZIP and do Brotli compression.

Brickr
  • 134
  • 1
  • 6
  • Thanks for the help! I've read Brotli is better in certain ways but not by much, so I'll try and disable GZIP so Cloudflare can serve Brotli compression – Tug Jul 11 '21 at 10:21