I am currently using W3 total cache. I'm am trying to have it so that it delivers my javascript, css and such gzip'd. This seems to work fine. I also want to use cloudfront as a CDN. However, I don't upload my files to S3, I simply have a Cloudfront distribution set to have my wordpress webserver as an origin server. I can get each feature to work individually, but together, it is appending a .gzip to the relevant file paths inside the html. I'm assuming this is because if you upload files to S3 and use cloudfront that way, it does so but gzip's them and appends the suffix to the filenames in S3.
↧