After you enable the Gzip compression feature, Alibaba Cloud CDN points of presence (POPs) use the Gzip compression to compress resources before the resources are returned to clients. The Gzip compression feature reduces file sizes, accelerates file distribution, and reduces bandwidth consumption.
Background information
Common ompression features include the Gzip compression and the Brotli compression. The Gzip compression feature uses the Gzip compression algorithm. For more information about Brotli compression, see Configure Brotli compression.
If the size of files on the origin server ranges from 1 KB to 10 MB, you can use Gzip compression or Brotli compression to compress the files. Files that are smaller than 1 KB or larger than 10 MB are not compressed.
The Gzip compression feature supports the following formats: text/xml, text/plain, text/css, application/javascript, application/x-javascript, application/rss+xml, text/javascript, image/tiff, image/svg+xml, application/json, and application/xml.
If a request carries the
Accept-Encoding: gzip
request header, the client wants to use the Gzip compression to compress the requested resources.If a response from the origin server carries the
Content-Encoding: gzip
response header, the resources returned to the client are Gzip-compressed.
Usage notes
The Gzip compression feature is compatible with all browsers. The Brotli compression feature is not compatible with outdated browsers. You can query whether a browser supports Brotli compression based on your business requirements.
When Alibaba Cloud CDN compresses static files, the MD5 values of the files are changed. If the MD5 verification is enabled for the origin server, disable the Gzip compression and Brotli compression features.
If compression is enabled on the origin server and the response from the origin server contains
Content_Encoding
, compression on POPs does not take effect.If both the Gzip compression and Brotli compression features are enabled, and the
Accept-Encoding
request header contains bothbr
andgzip
, only the Brotli compression feature takes effect.If both HTML optimization and Intelligent or Brotli compression are enabled, HTML optimization does not take effect. Alibaba Cloud CDN only compresses files.
Image files in common formats, including PNG, JPG, and JPEG, and video files in common formats, including MP4, AVI, and WMV, are already compressed. The Gzip compression and Brotli compression features do not take effect for these files. We recommend that you disable the Gzip compression and Brotli compression features. If you want to reduce the size of image files, you can use the image editing feature. For more information, see Image editing overview. If you want to reduce the size of video files, you can use the video transcoding feature. For more information, see Audio and video transcoding.
Procedure
- Log on to the Alibaba Cloud CDN console.
- In the left-side navigation pane, click Domain Names.
- On the Domain Names page, find the domain name that you want to manage and click Manage in the Actions column.
- In the left-side navigation pane of the domain name, click Optimization.
In the Gzip Compression section, turn on Gzip Compression.
You can compare the format of a file before and after the Gzip compression feature is enabled. If the file name extension is .gzip, the file is compressed.