Last active
November 7, 2020 15:40
-
-
Save YakovSPb/880b0896ec828ca974eae6bb30e24fb9 to your computer and use it in GitHub Desktop.
google_speed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Google Speed | |
======= | |
Создаем таблицу и мерем Gtmetrix | |
---- | |
Настройка кеша | |
---- | |
1) Устанавливаем плагин WP Fastest Cache | |
2) Выбираем все пункты кроме | |
Не показывать кэшированные версии мобильным устройствам | |
Убираем лишние скрипты JS | |
---- | |
Оптимизация изображения | |
----- | |
1) Убираем автомотическое сжатие на 10% php сниппетом | |
add_filter('jpeg_quality', function($arg){return 100;}); | |
2) Устанавливаем плагин smush для оптимизации и ленивой загрузки |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment