We have been using Amazon CloudFront CDN for a couple years now. We are now moving our ecommerce sites over to 3Dcart and would like to move Amazon CDN over with us. I have considered using CloudFlare (note name change) but don't want to move my DNS and not sure it is my best option without a lot of testing. Amazon charges about 12 cents / gb for bandwidth. I can off-load about 50gb of data for less than $10. Can't beat that! It is also super easy to setup.
In our testing so far we have successfully configured Amazon CloudFront with almost all the images on our 3Dcart site (excluding the thumbnail.asp resized images).
The issue we are having is that when moving css, js, pdf, etc files to Amazon CDN we loose the gzip compression. So the images are being served from the CDN but are about twice as large because they are not gziped. Not a good option for performance reasons.
I remember having this issue on my current dedicated windows server and had to make some simple and quick configuration changes to make it work. Amazon CloudFront with IIS7 « Jon Kragh ? Digital Craftsman | Programming, Music & Photography .
My question is, has anyone been able to bypass this issue and get gzip to work using a CDN? If I could get this to work then i could off-load about everything but the html code to Amazon CloudFront.
Does anyone have any other better CDN options they have implemented? Thanks.
In our testing so far we have successfully configured Amazon CloudFront with almost all the images on our 3Dcart site (excluding the thumbnail.asp resized images).
The issue we are having is that when moving css, js, pdf, etc files to Amazon CDN we loose the gzip compression. So the images are being served from the CDN but are about twice as large because they are not gziped. Not a good option for performance reasons.
I remember having this issue on my current dedicated windows server and had to make some simple and quick configuration changes to make it work. Amazon CloudFront with IIS7 « Jon Kragh ? Digital Craftsman | Programming, Music & Photography .
My question is, has anyone been able to bypass this issue and get gzip to work using a CDN? If I could get this to work then i could off-load about everything but the html code to Amazon CloudFront.
Does anyone have any other better CDN options they have implemented? Thanks.
Comment