简体   繁体   English

像Google的PageSpeed Insights一样无损地压缩图像

[英]Losslessly compress image as much as Google's PageSpeed Insights

I'm optimizing my webpage using Google's PageSpeed Insights. 我正在使用Google的PageSpeed Insights优化我的网页。 It recommends: 它建议:

Losslessly compressing http://mysite.com/.../image.jpg?... could save 33.6KiB (23% reduction).

However, when I upload this image to Yahoo! 但是,当我将此图像上传到Yahoo! Smush.it it's only able to compress it by 8KB, not 33 KB. Smush.it它只能压缩8KB而不是33 KB。

What kind of super compresser is Google using? 谷歌使用什么样的超级压缩机? How do I do that? 我怎么做?

There is this link which provides some generic information regarding compression optimisations for images : https://developers.google.com/speed/docs/best-practices/payload?hl=fr#CompressImages 此链接提供了有关图像压缩优化的一些常规信息: https//developers.google.com/speed/docs/best-practices/payload?hl = fr #CompressImages

But it's also interesting to note that Google has tried (without success so far) to promote its own image compression format, under the name of WebP, which is supposed to provide better compression ratio. 但值得注意的是,谷歌已尝试(目前尚未成功)以WebP的名义推广自己的图像压缩格式,该版本应该提供更好的压缩比。 https://developers.google.com/speed/webp/ https://developers.google.com/speed/webp/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Google PageSpeed Insights-图像压缩过多 - Google PageSpeed Insights - Too much compressing on images 使用Google PageSpeed Insights和Apache mod_pagespeed进行图像优化 - Image Optimization Using Google PageSpeed Insights and Apache mod_pagespeed 如何压缩图像,以使Google Pagespeed Test不建议再次压缩该图像? - How can I compress images,so that google pagespeed test won't recommend to compress that image again? Google PageSpeed Insights优化了图像的压缩和调整大小 - Google PageSpeed Insights Optimize Images Compressing and Resizing 使用PageSpeed进行图像优化 - Image Optimize using PageSpeed Google PageSpeed 对 Imagify 不满意 - Google PageSpeed not happy with Imagify PNG图像的奇怪的pagespeed网址? - Weird pagespeed URL for PNG image? 如何为 SEO 和 Google 的 Pagespeed 优化图像并改进网络节省 - How to optimize images for SEO & Google's Pagespeed & Improve web-saving 如何将Jpeg文件压缩到有限大小(例如200KB)而又不损失很多图像质量 - How to Compress Jpeg file to a limited size (e.g 200KB) without losing much image quality 是否有一种算法可以压缩相差不大的多个图像? - Is there an algorithm to compress multiple images that are not much different apart?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM