Created
July 1, 2014 11:49
-
-
Save illycz/4bdc53197ff7f54cf6e5 to your computer and use it in GitHub Desktop.
Performance Wordpress Checklist
This file contains 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
0. RESOURCES | |
http://www.smashingmagazine.com/2014/06/25/how-to-speed-up-your-wordpress-website/ | |
1. IDENTIFY PLUGINS THAT ARE SLOWING YOU DOWN | |
https://wordpress.org/plugins/p3-profiler/ | |
2. COMPRESS YOUR WEBSITE | |
http://checkgzipcompression.com/ | |
https://gist.github.com/illycz/1b896273dfd4cf26d184 | |
3. COMPRESS IMAGES | |
https://wordpress.org/plugins/imsanity/ | |
4. LEVERAGE BROWSER CACHING | |
https://wordpress.org/plugins/wp-super-cache/ | |
http://www.wpbeginner.com/beginners-guide/how-to-install-and-setup-wp-super-cache-for-beginners/ | |
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 | |
8. SPECIFY IMAGE DIMENSIONS AND CHARACTER SETS | |
9. MOVE CSS TO THE TOP AND JAVASCRIPT TO THE BOTTOM | |
http://codex.wordpress.org/Function_Reference/wp_enqueue_script | |
https://wordpress.org/plugins/bwp-minify/ | |
10. USE CSS SPRITES | |
http://compass-style.org/help/tutorials/spriting/ | |
https://github.com/filamentgroup/grunticon | |
http://iconizr.com/ | |
11. ENABLE KEEP ALIVE | |
https://gist.github.com/illycz/37a9d5309fa7c4bcdb48 | |
12. REPLACE PHP WITH STATIC HTML WHERE APPROPRIATE | |
https://wordpress.org/plugins/wp-super-cache/ | |
http://www.wpbeginner.com/beginners-guide/how-to-install-and-setup-wp-super-cache-for-beginners/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment