Wordpress speed optimization - I got 100% Gtmetrix scores - English
Автор: Its Ravinder
Загружено: 2020-11-10
Просмотров: 315
Описание:
If you looking to improve gtmetrix optimization score or yslow then This video will help you to get better score.
these two Paid plugins will get you a better score.
---------------------------------------------------------------------------------------------------------------------
1. Wp Rocket: Help you to Manage cache related problems without any headache
Buy GPL: https://bit.ly/3eIpkXa
2. Wp Smush: This is all one plugin that helps you to compress images easily on your WordPress website.
Buy GPL: https://bit.ly/36jMX4E
-----------------------------------------------------------------------------------------------------------------
If you looking to improve gtmetrix optimization score or yslow with free plugins will get you a better score.
-----------------------------------------------------------------------------------------------------------------
1. Enable Media Replace: This plugin will help you to Replace high-resolution images with lower resolution one:
https://wordpress.org/plugins/enable-...
2. Async Javascript: This Plugin will help you to Async the defer javascript
https://wordpress.org/plugins/async-j...
3. OMGF: This Plugin will help you to host google fonts locally which will reduce the load time of your website.
https://wordpress.org/plugins/host-we...
------------------------ ALTERNATIVE PLUGIN TO PAID PLUGIN --------------------
4. WP Smush = EWWW Image Optimizer
https://wordpress.org/plugins/ewww-im...
5. WP Rocket = Wp fastest Cache
https://wordpress.org/plugins/wp-fast...
Script to paste in function.php bottom
function defer_parsing_of_javascript ( $url ) {
if ( FALSE === strpos( $url, '.js' ) ) return $url;
if ( strpos( $url, 'jquery.js' ) ) return $url;
return "$url' defer ";
}
add_filter( 'clean_url', 'defer_parsing_of_javascript', 11, 1 );
-----------------------------------------------------------------------------------------------------------------
Optimize gtmetrix score
defer parsing of javascript.
gtmetrix serve scaled images
minify css gtmetrix
Setup CDN
reduce load time wordpress website
Optimizing Images
Повторяем попытку...
Доступные форматы для скачивания:
Скачать видео
-
Информация по загрузке: