I launched google pagespeed and suggested compressing my .js and .css
Eliminate JavaScript and CSS visualization blocking in the above content Show how to fix it
Enable compression Compressing resources with gzip or deflate can reduce the number of bytes sent over the network. Enable compression for the following resources to reduce their transfer size by 210.9KiB (68% reduction). Compressing http://xx.com/content/bundles/js.min.js could save 157.3KiB (65% reduction). Compressing http://xx.com/content/bundles/css.min.css could save 35.5KiB (79% reduction). Compressing http://xx.com/ could save 18.1KiB (79% reduction).
At the time of my publication, I have a step that Windows Powershell uses to port the .js and .css mimicking packages to S3, and this applies to the cloud.
Is there any step that I could add to a PowerShell script that would compress .js and .css files?
Also, once the files are compressed, do I need to do more than change the name to tell my browser that it will need to try and accept the gzip file?
css powershell amazon-s3 amazon-web-services gzip
Melina
source share