1

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 の Expires ヘッダーが引き続き F グレードを受け取る理由を誰か説明できますか? さらに重要なことに、Google の PageSpeed は、定義されたファイルタイプが htaccess ファイルで定義されている 1 か月ではなく 4 時間で期限切れになることを示しているのはなぜですか?

ここに私の応答ヘッダーがあります:

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
4

0 に答える 0