Reputation: 539
The current minimum threshold file size needs to be 1KB to enable Gzip compression in AWS Cloudfront. I would like to reduce the minimum file size requirement for compression from 1KB to 200B. How can I configure the same?
Upvotes: 1
Views: 1004
Reputation: 19728
At the moment gzip file size is not configurable in AWS CloudFront and only enabled for certain file types.
According to the developer guide, in rare cases, when a CloudFront edge location is unusually busy, some files might not be compressed.
Upvotes: 1