【发布时间】:2014-08-09 15:57:22
【问题描述】:
为什么 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" />
【问题讨论】:
标签: primefaces mod-pagespeed graphicimage