среда, 23 октября 2013 г., 20:06:00 UTC+4 пользователь Dave Mankoff написал:
Dave Mankoff
unread,
Oct 23, 2013, 12:26:43 PM10/23/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pagespeed-ins...@googlegroups.com
So with regards to your caching headers, a lot of your resources do not have caching headers specified. Take http://body-health.su/wp-content/themes/fe/style.css, for instance. In my browser I get the following headers back:
Connection:keep-alive
Content-Encoding:gzip
Content-Type:text/css
Date:Wed, 23 Oct 2013 16:20:48 GMT
Last-Modified:Tue, 22 Oct 2013 14:56:43 GMT
Server:
Transfer-Encoding:chunked
Vary:Accept-Encoding
If you skim through our documentation (https://developers.google.com/speed/docs/insights/LeverageBrowserCaching), you'll notice that you are not setting an 'Expires' or a 'Cache-Control' header. When set properly, those headers prevent the browser form issuing a requests for content that it already has in cache. Set one of those two headers correctly, and you should be good to go. This goes for all of the content listed under that rule for which you have control of.