How can I improve loading speed on a WordPress website?

Hi everyone,
I’m working on a WordPress site that feels a bit slow on mobile and desktop.
I want to improve the loading speed and overall performance, but I’m not sure which optimizations will give the best results.

Can anyone recommend:
• Best caching plugins
• Image optimization methods
• What settings to adjust for faster loading
• Any tools to diagnose what’s slowing things down

I’d really appreciate any help or advice from experienced developers. Thanks!

I am not working on WordPress, so in that area I wouldn’t know, but to test my website’s loading time, I am using this service https://www.speedtest.net/ and this one https://gtmetrix.com/

By the way, if the website you’re worrying about is the one referenced by your user name, it seems there is a glitch: after selecting a make, I am not able to select a new make or refine my selection, and an error is showing up in the console.

Well, there are lots ways to do this even in very easy steps. So for your query here is my reply

  1. Best caching plugins - WP Rocket
  2. Image optimization methods - ShortPixel
  3. What settings to adjust for faster loading - Image or file compression, Enable page caching, and browser caching.
  4. Any tools to diagnose what’s slowing things down - Google PageSpeed Insights
    Thanks

Hi,

We use W3 Total Cache + Memcached, which works well for our medium-sized site.

This isn’t something I do on the WP site, but for my personal blog I use Cloudinary for automatic image compression, WebP conversion, and responsive delivery. It offloads all the heavy lifting from the server without me having to do anything manually. They have a generous free tier. I suppose in WordPress terms, this translates to using an image-optimization plugin that does the same kind of offloading. ShortPixel looks good, but is a paid product.

In the caching plugin, enable page caching, browser caching, CSS/JS minification, JS defer or delay, CSS optimization, lazy-loading, and cache preloading. You’ll need to experiment to ensure none of these optimizations break your layout, especially CSS/JS minification and script-delay.

PageSpeed Insights is your best bet. We also use Query Monitor which is good for spotting slow database queries, heavy plugins, and anything server-side that drags the site down.

HTH. Let me know if you have any questions.

If your host uses Litespeed web server, Litespeed Cache plugin works very well. It’s also including some other tools, such as image optimization, so you don’t need to install multiple plugins.

However, using the the tools such as Google Pagespeed Insights first, to find out what the reasons are for the slowness. For example, I see many website owners just upload full size images to their content, even they use much smaller size. Or they keep installing different plugins with overlapping functions.

Internally, Query Monitor is a good plugin. If you have access to the hosting server, you can also setup slow-query setting and analyze the result.

Knowing the reasons first, then optimizing. Please don’t just install “best caching” plugin.

1 Like

great quesiton it’s answer is simple

install cdn on your site i mean cloudflare
install litespeed cache plugin on your site
use images in webp format \

use light weight theme like kadence if you need i am also selling it and there is many other things which plays a role to maintain the speed of wordpress site

You can start by running your site through tools like GTmetrix or PageSpeed Insights — they’ll show exactly what’s slowing things down.

For caching, LiteSpeed Cache (if your host uses LiteSpeed) or WP Rocket are solid options. For image optimization, I’d go with ShortPixel or Optimole; both handle compression and WebP automatically.

Also check your theme, plugins, and hosting — heavy themes or unnecessary plugins often add delays. Enabling lazy loading, reducing unused CSS/JS, and using a CDN can make a noticeable difference.

Hope this helps!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.