> But with CDN Connect’s automatic image re-encoding, this 52kb PNG shrunk to a 11kb WebP image. That’s a 78% size reduction! Just imagine this image was referenced on every page of your site, and you had handfuls of similar images to download. The potential bandwidth savings and performance improvements are enormous. What utter garbage. Does CDN Connect want us to believe browsers don't cache images? Sure, that's a…
How To Reduce Image Size With WebP Automagically
21–23 of 23 posts
Re: How To Reduce Image Size With WebP Automagically
#22FWIW, pngquant compresses the png to 18kb without any visible (to me) artifact. If you are not using pngq/pngquant and the likes to compress alpha png I advise you to try them out.
WebP beat pngquant by a factor of 2.36 (I hope to release the full report and data set soon.)
Re: How To Reduce Image Size With WebP Automagically
#23Earlier quoted context omitted.
In URLs, and especially user-visible URLs, file suffixes at all should be considered an only occasionally necessary evil. They’re ugly, redundant, brittle, and generally a headache. TBL wrote about this in 1998: http://www.w3.org/Provider/Style/URI.html#remove
Though probably do transmit a "Content-Disposition: inline; filename=foo.jpg" header. Otherwise, the OSes that infer media type from extension will get confused when the user goes to save the file and it appears extensionless. (That might be called a browser bug, actually; it'd sure be nice if browsers on these OSes could take the observed media type and tack on an extension to extensionless files on Save As to ensur…