You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mod-pagespeed-discuss
The first beta release of mod_pagespeed 1.11 is now available. This release targets users on mobile devices and low-bandwidth networks by adding Save-Data support. Save-Data is a new Client Hint that allows site visitors to indicate that they would prefer lower-quality resources in order to save data. [1] Sites are most likely to see requests to save data today from visitors who have turned on Data Saver mode in Chrome [2] or the equivalents in Opera and Yandex Browser, often because they're on slow or expensive connections. Now, with 1.11, when such a user comes to your site asking it to save data, mod_pagespeed will compress images to a lower quality level [3] than it would typically, decreasing their size further at the cost of slightly more image distortion.
If you are currently on the beta channel, you can update as usual: * If you installed the .rpm package, you can update with: sudo yum update mod-pagespeed-beta sudo /etc/init.d/httpd restart * If you installed the .deb package, you can update with: sudo apt-get update sudo apt-get upgrade sudo /etc/init.d/apache2 restart