Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Gzipping content in Akamai

I have a few files that are served via a content delivery network. These files are not gzipped when served from the CDN servers. I was wondering if I gzip the content on my servers' end, would Akamai first get the gzipped content and then serve gzipped content once it stores my content on their servers?

like image 578
DLS Avatar asked Dec 02 '10 01:12

DLS


2 Answers

Akamai can fetch content from your origin without gzip, and then serve the content as gzipped on their end. They will store the content unzipped in their cache, and then compress on the fly for those browsers that support it.

like image 134
Dberg Avatar answered Oct 31 '22 15:10

Dberg


I can't find a reason where settings Gzip compression to always is not beneficial to your end user. You can do this by setting Last Mile Acceleration to Always in Akamai Gzip settings in Akamai

like image 38
Valchris Avatar answered Oct 31 '22 15:10

Valchris