如何将Google字体添加到缓存?

时间:2018-12-11 09:49:09

标签: .htaccess caching browser-cache cache-control mod-expires

我在下面尝试了此代码,但是我仍然看到Google Insights上的提示,字体的有效期为1d ...

AddType application/vnd.ms-fontobject .eot 
AddType application/x-font-ttf .ttf
AddType application/x-font-opentype .otf
AddType application/x-font-woff .woff
AddType image/svg+xml .svg

ExpiresActive on

ExpiresByType application/vnd.ms-fontobject "access plus 1 year"
ExpiresByType application/x-font-ttf "access plus 1 year"
ExpiresByType application/x-font-opentype "access plus 1 year"
ExpiresByType application/x-font-woff "access plus 1 year"
ExpiresByType image/svg+xml "access plus 1 year"

0 个答案:

没有答案