Closed paulirish closed 9 years ago
https://developers.google.com/speed/pagespeed/module/filter-image-optimize https://github.com/html5rocks/www.html5rocks.com/blob/master/app.yaml#L22
If we do RewriteImages instead of the current InlineImages we'll pick up recompressing losslessly, using progressive jpegs, and also resizing images to fit any inline-specified sizes.
RewriteImages
InlineImages
Sounds great. I am trying to work out where we will see the benefit... currently it is mostly profile images that are inlineed.
This is currently on hiatus while we try and diagnose other issues
https://developers.google.com/speed/pagespeed/module/filter-image-optimize https://github.com/html5rocks/www.html5rocks.com/blob/master/app.yaml#L22
If we do
RewriteImages
instead of the currentInlineImages
we'll pick up recompressing losslessly, using progressive jpegs, and also resizing images to fit any inline-specified sizes.