我可以看到带有mod_pagespeed的输出统计数据,但它似乎没有做任何事情(所有统计数值保持为0)。
serf_fetch_request_count: 0
serf_fetch_bytes_count: 0
serf_fetch_time_duration_ms: 0
serf_fetch_cancel_count: 0
任何人都知道会出现什么问题?
答案 0 :(得分:2)
好的,我能够在配置上找到责备线:
// does NOT work with mod_pagespeed
<FilesMatch "\.(js|css|html|htm|php|xml)$">
SetOutputFilter DEFLATE
</FilesMatch>
因此,如果你有一些花哨的DEFLATE选项,请禁用它们。另一方面,下面的代码可以使用。
// does WORK with mod_pagespeed
AddOutputFilterByType DEFLATE text/html text/plain text/xml font/
opentype font/truetype font/woff