Last active
May 13, 2017 16:19
-
-
Save webhasan/18918a52281f79236fe0 to your computer and use it in GitHub Desktop.
WP SPEED UP WORDPRESS SITE
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
************************* | |
SPEED UP WORDpRESS SITE | |
************************* | |
1. IDENTIFY PLUGINS THAT ARE SLOWING YOU DOWN | |
https://wordpress.org/plugins/p3-profiler/ | |
Use this plugins for showing how to sepped up. | |
2.Enable Gzip | |
Check yoru gist you should get a doc about this. | |
GZip Ninja Speed Compression | |
3. COMPRESS IMAGES | |
https://wordpress.org/plugins/wp-smushit/ | |
Use this plugins for this | |
and also use | |
"WordPress Optimize By Xtraffic" image compression | |
4. LEVERAGE BROWSER CACHING | |
Use WordPress plugins | |
Leverage Browser Caching Ninjas | |
5. CLEAN UP THE DATABASE | |
https://wordpress.org/plugins/wp-optimize | |
6. MINIFY CSS AND JAVASCRIPT FILES | |
https://wordpress.org/plugins/bwp-minify | |
7. TURN OFF PINGBACKS AND TRACKBACKS | |
You can turn them off under the “Discussion” tab in “Settings.” | |
8. MOVE CSS TO THE TOP AND JAVASCRIPT TO THE BOTTOM | |
9. USE CSS SPRITES | |
http://spriteme.org/ | |
10. ENABLE KEEP ALIVE | |
HTTP Keep Alive refers to the message that is sent between the client’s machine and the Web server asking for permission to download a file. Enabling Keep Alive allows the client’s machine to download multiple files without having to repeatedly ask for permission, thus saving bandwidth. | |
To enable Keep Alive, simply copy and paste the code below into your .htaccess file. | |
.htaccess code | |
********Satar****** | |
Header set Connection keep-alive | |
*******end******** | |
Better WordPress Minify | |
WP Super Cache | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment