The Fetch compressed option helps you to reduce the bandwidth between origin and CDN servers. Also, content delivery speed becomes higher because of reducing the time for compressing files in a CDN.
You can activate the option in the resource settings in the Content section.
Enable "Fetch compressed" to make a CDN pull already compressed content.
Your server should support GZip compression.
Note: If the origin server compresses content using the Brotli method, the CDN gets the uncompressed content, unless otherwise configured. If the origin server compresses content using the Brotli method, but you want the CDN to get the compressed content, configure the origin to send a Brotli file when CDN requests a Gzip file.
If you want to send compressed or uncompressed content via CDN depending on the request received from the end-user, disable all compression settings in your personal account and make some settings on your server.
On the origin should be configured two HTTP headers: Vary: Accept-Encoding and Content-Encoding.
While processing a request from end-users, CDN servers check the Accept-Encoding HTTP header.
If the header contains gzip and/or deflate, br, meaning that the browser can accept compressed content, the CDN will request the compressed version of the file from the origin. If there are no such directives, the server will send an uncompressed file.
If the Vary: Accept-Encoding header is not configured on the server, the CDN will cache the file that was first requested (compressed or not). This may cause difficulties in displaying content for the end-user. For example, you need to send an uncompressed file from the CDN to the end-user, but there is only a compressed file in the CDN cache. Then the user will get the compressed file, and the browser will not be able to display it.
If the Vary: Accept-Encoding header is configured, two versions of the file store in the CDN servers’ cache.
The CDN servers store an uncompressed version of the file. Regardless of whether the end-user requests a compressed file or not, from the cache will be sent an uncompressed file.
Was this article helpful?
Learn more about our next-gen CDN