html5rocks / www.html5rocks.com

....a top-notch resource for web developers
https://html5rocks.com
Other
2.22k stars 769 forks source link

PageSpeed configuration: + RewriteImages #443

Closed paulirish closed 9 years ago

paulirish commented 11 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.

PaulKinlan commented 11 years ago

Sounds great. I am trying to work out where we will see the benefit... currently it is mostly profile images that are inlineed.

PaulKinlan commented 10 years ago

This is currently on hiatus while we try and diagnose other issues