所以我试图解决我的网站不好“服务缩放图像”等级 - 请参阅此处:http://cl.ly/image/1A430t0k1r0s
我正在使用由Wordpress提供支持的响应式网站。我在我的主页全宽滑块上使用了一个图像(因此图像需要很大)。我该如何修复这个分数?
答案 0 :(得分:-1)
您需要使用GZip压缩技术和浏览器缓存来解决此问题。以下是简单GZip压缩的代码,但您可以详细查看here
<FilesMatch "\.(ico|jpg|jpeg|png|gif|js|css|swf|svg|pdf|flv|mp3)$">
<IfModule mod_expires.c>
ExpiresActive on
ExpiresDefault "access plus 1 month 2 days 3 hours" //example you can change it
Header set Cache-Control "public"
</IfModule>
</FilesMatch>
如果仍然无效,请转到adaptive images。