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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南