apache / incubator-pagespeed-mod

Apache module for rewriting web pages to reduce latency and bandwidth.
http://modpagespeed.com
Apache License 2.0
696 stars 158 forks source link

does pagespeed use Guetzli? #1517

Open jpuck opened 7 years ago

jpuck commented 7 years ago

just curious if this is built into pagespeed already for image compression, or if it will be?

thanks

https://github.com/google/guetzli

oschaaf commented 7 years ago

Guetzli is not built into the module today, but if you ask me it looks like it is something to watch :)

Reading a bit more about it, it seems to have rather large memory requirements though, and there seem to be some remarks about that best results are expected for high-quality inputs (so recompressing already compressed images may not give best results).