BROTLI ON APACHE / NGINX & Its advantages over gzip & BROTLI ON AKAMAI
When your client sends a request to the server it will include a header saying which compression formats it will accept, for example: As you can see it says it will accept gzip, deflate or br compression formats. The server will respond and if available will compress the result in a supported format: Here you can see it supports gzip.
Read more