对Pagesires和YSlow不遵守的过期标题的更改

时间:2012-10-17 16:47:51

标签: performance apache caching http-headers mod-expires

我将以下代码添加到htaccess文件中:

<IfModule mod_expires.c>

# Enable expirations
ExpiresActive On

# Default directive
ExpiresDefault "access plus 1 month"

# Images
ExpiresByType image/gif "access plus 1 month"
ExpiresByType image/png "access plus 1 month"
ExpiresByType image/jpg "access plus 1 month"

# CSS
ExpiresByType text/css "access 1 month”

# Javascript
ExpiresByType application/javascript "access plus 1 year"

</IfModule>

但这些更改并未反映在Google的PageSpeed和YSlow Addon for Chrome中。

基于上面的代码,有人可以解释为什么我继续收到PageSpeed和YSlow的过期标题的F等级吗?更重要的是,为什么Google的PageSpeed表明定义的文件类型会在4小时内过期,而不是htaccess文件中定义的1个月?

以下是我的回复标题:

Date: Wed, 17 Oct 2012 15:29:36 GMT
Content-Type: text/html
Server: Nginx / Varnish
X-Powered-By: PHP/5.2.17
Cache-Control: max-age=2592000
Expires: Fri, 16 Nov 2012 15:29:36 GMT
Vary: Accept-Encoding
Content-Encoding: gzip
Age: 0

200 OK

0 个答案:

没有答案