старо как мир, но надо не забывать включать:

Apr 01, 2016 21:24

Проверяем сайт через
https://developers.google.com/speed/pagespeed/insights/

Пишет:
Setting an expiry date or a maximum age in the HTTP headers for static resources instructs the browser to load previously downloaded resources from local disk rather than over the network.
Leverage browser caching for the following cacheable resources:
http://img.domain.ru/assets/images/.thumb_4232BR.jpg (expiration not specified)
http://img.domain.ru/assets/images/.thumb_lussole1.jpg (expiration not specified)
http://img.domain.ru/…s/images/Ambiente/Ambiente-by-BRIZZI.jpg (expiration not specified)
http://img.domain.ru/assets/images/Avrora/logo.jpg (expiration not specified)
...

Ссылается для подсказки на:
https://developers.google.com/speed/docs/insights/LeverageBrowserCaching#-

Вопрос: Можно ли включить эти самые "Setting an expiry date or a maximum age in the HTTP headers for static resources instructs the browser"?

31.03.2016 20:52.
Включается в .htaccess сайта для настройки кэширования браузером:

ExpiresActive On
ExpiresDefault "access plus 1 month"



Скорость сайта по гугл-анализатору поднялась с 56 до 73 баллов из 100.
Previous post Next post
Up