Skip to content

Instantly share code, notes, and snippets.

@kartick14
Last active January 14, 2019 12:36
Show Gist options
  • Save kartick14/5bedfc2f4242e7b5207ea08029d6e9e7 to your computer and use it in GitHub Desktop.
Save kartick14/5bedfc2f4242e7b5207ea08029d6e9e7 to your computer and use it in GitHub Desktop.
Tools:
---------
https://gtmetrix.com
https://tools.pingdom.com
https://developers.google.com/speed/pagespeed/insights
Related Articles:
----------------------
https://www.elegantthemes.com/blog/tips-tricks/how-to-improve-your-google-page-speed-score
Related plugins:
----------------------
https://wordpress.org/plugins/autoptimize/
https://wordpress.org/plugins/wp-super-cache/
https://wordpress.org/plugins/wp-performance-score-booster/
@kartick14
Copy link
Author

These three items got me the most performance improvements:

Compression and Minifying – Use a performance speed booster. They will optimize and minify your JS, CSS, and HTML. I had the most improvements when I used WP Performance Score Booster. Another one that minified files that no other plugin would minify was Autoptimize.

Cache – Use a plugin for the cache. This will help speed up your server. WP Super Cache gave me the best results because it minified files that no other plugin would minify.

Optimize Images – Get the file size as small as you can without losing too much image quality. You can do this with resizing and with compressing the images.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment