带有primefaces的mod_pagespeed图像压缩

时间:2014-08-09 15:57:23

标签: primefaces mod-pagespeed graphicimage

为什么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" />

1 个答案:

答案 0 :(得分:0)

mod_pagespeed只会压缩可缓存的图像:

https://developers.google.com/speed/pagespeed/module/faq#not-rewriting