为什么mod_pagespeed压缩使用<h:graphicImage>
呈现的图片,而不使用<img>
压缩图片。
例如: 不压缩:
<img src="/resources/img/logo.png" alt="Logo" height="50" width="230" />
这会被压缩:
<h:graphicImage library="img" name="logo.png" alt="Logo" height="50" width="230" />
答案 0 :(得分:0)
mod_pagespeed只会压缩可缓存的图像:
https://developers.google.com/speed/pagespeed/module/faq#not-rewriting