How to batch optimize all jpgs using a bash script to speed up your site
Based on Google Insights article here: https://developers.google.com/speed/docs/insights/OptimizeImages JPEG is a lossy format. The compression process removes visual details of the image, but the compression ratio can be 10x larger than GIF or PNG. Reduce quality to 85 if it was higher. With quality larger than 85, the image becomes larger quickly, while the visual improvement is Read more about How to batch optimize all jpgs using a bash script to speed up your site[…]




