how can i speed up my wordpress website?

wordpresscre

Regular Member
Joined
Nov 15, 2017
Messages
221
Reaction score
485
hello all i really need a good way and tested method to increase the speed of my worpress website
 
You could always run your site through gtmetrix.com. It'll tell you how long the site takes to load and -- most importantly -- why it takes long. It'll even give you step-by-step directions on how to make the site faster. FYI, most of the suggestions will likely have to do with editing your site's htaccess file.
 
Look up the plugin wp rocket - it’s the best one on the market for improving site speed with WordPress sites.
 
I have 3 wp (Wordpress) sites and help managing another 10 sites of my clients, from which, some receive more than 1k visits daily.

See speeding-up a WordPress site like a racing car. You should add things that give you more speed, but you also need to remove extra weight :p

To remove extra weight:
1- Keep active only plugins that you actually use (make multiple reviews and reconsider).
2- Setup a plugin to clean orphaned data (left by old plugins you don't use anymore, specially).
3- Get a good hosting like @Dude says (international known ones work better).

To have more speed:
1- Setup a cache plugin (like w3totalcache or at least a recognized plugin for cache).
2- Check your site on GooglePageInsights (or gtmetrix like @Warrenway says) and apply the recommendations you get (for desktop mainly but not limited to mobile).

Note as @Dude says, it's different for each website but there are some steps that define the process of speeding up a wp site.

Tip: Learn to use your browser developer tools. With that you can track everything your site is dumping into the browser as the time each resource takes to load (like the javascript aka js that @Dude says). You don't need to be a programmer to use your browser developer tools.

Hope this help :)
Greetings!
 
optimize your media files specially images and remove unnecessary scripts/codes
 
  • Use a decent host, dedicated.
  • Compress images before uploaded.
  • Use Wp-Rocket or some other cache plugin.
  • Use a light theme and use less plugins as possible.
  • Use Cloudflare.
  • Use less widgets.
 
Back
Top