How to enable compression to Lightsail CDN?

0

Hello there, I can't find an option/way to let Lightsail CDN serve compressed JS Files. Is there anything I can/should do?

Thanks

已提问 2 年前491 查看次数
3 回答
0

Currently Lightsail does not support compression. I'll take this request to the product team for review. Thanks for the feedback.

AWS
已回答 2 年前
0

Lightsail distributions forward requests that have the Accept-Encoding field values "identity" and "gzip".

You can use CloudFront to automatically compress certain types of objects (files) and serve the compressed objects when viewers (web browsers or other clients) support them. Viewers indicate their support for compressed objects with the Accept-Encoding HTTP header. CloudFront can compress objects using the Gzip and Brotli compression formats. When the viewer supports both formats, CloudFront prefers Brotli. -- [1]

Configure Compression -- https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/ServingCompressedFiles.html -- [1]

profile pictureAWS
支持工程师
已回答 2 年前
0

As I understand Lightsail Distribution is not the same thing as Cloudfront. I will dig more about this as seems Cloudfront is more flexible and even always free (within the limits), while Lightsail Distribution is charged after the first 12 months. There is any reason why I should use Lightsail Distribution instead of Cloudfront?

已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则