Whats the best WordPress Plugin to optimize Core Web Vitals?

dkop

Registered Member
Joined
Mar 20, 2024
Messages
59
Reaction score
50
Hi,

What's the best WordPress Plugin to optimize Core Web Vitals?

I've tried WP Rocket, and it works fine. But are there any better tools out there? Maybe even some that do the same as WP rocket (minify CSS/JS Optimize CSS delivery and load JS deferred), but cheaper?


Thanks!
 
Technically, Perfmatters lets you fine grain & tweak everything to achieve max values, but personally, I simply stick to the simplest option and I'm happy with that. I find that obsessing with vitals don't bring anything good but a massive waste of time.
 
Perfmatters is a very nice tool for optimizing it. If you want, I can upload it here for free.
 
Hi,

What's the best WordPress Plugin to optimize Core Web Vitals?

I've tried WP Rocket, and it works fine. But are there any better tools out there? Maybe even some that do the same as WP rocket (minify CSS/JS Optimize CSS delivery and load JS deferred), but cheaper?


Thanks!

If you have light weight themes, and optimize images, its fine with basic Wordpress version and basic theme, adding more plugin may create problem such cache .
 
I've been using Nitropack for quite a while now and never had a problem with it, good support and does a good job....

Never heard of Perfmatters - Is it better?
 
I am on a Litespeed server, and I have never needed anything apart from Litespeed Cache. I have used many caching plugins in the past, but the core functionality is almost the same. So, I don't think the tool matters as much as the configuration.
 
Can it work beside wp rocket ?
Never use two caching plugins at the same. This decreases performance instead of improving it.

P.S. - Edited it because I thought both are caching plugins.
 
WP Rocket and Perfmatters are not the same type of plugins and can be combined with no problems.
Perfmatters is not a caching plugin?
 
Straightforward answer and also quite controversial is NONE.

IMO: A plugin alone won't optimize Core Web Vitals overnight. Core Web Vitals at the moment are LCP, INP, and CLS. Let apart INP, which around 90% of WordPress websites pass easily. With a plugin either a caching (such as WP Rocket) and/or an optimization (such as Perfmatters) one, you could "optimize" (better to say, improve) only the LCP metric. The LCP metric is influenced by (or even better, made of) FCP and TTFB, the first one can be optimized using an optimization plugin, by removing unnecessary resources and prioritizing essential ones; while the second one can be improved by setting up proper caching or even better using a CDN. Then it comes the LCP itself, which is usually an image, but it can also be a video or text, and here comes into play Perfmatters (or FlyingPress, which is another powerful plugin) which can automatically prioritize and preload LCP content based on page/post (with the required tweaks into configuration).

CLS, however, is another story, if your website fails to pass CLS and therefore happens to have a CLS issue you have to do proper debug and check for overlapping and delayed CSS rules and/or dynamic content inserted via delayed/deferred JS. But here comes a catch, by using an optimization plugin you could even create CLS issues yourself...since these issues typically occur when content on the webpage is being added/styled after initial loading or more in general delayed. And that's basically one of the main features of such plugins, delaying or deprioritizing the loading of resources.

With that being said, other members already pointed out Perfmatters which is indeed a very powerful optimization plugin. I almost always pair it with a caching plugin but sometimes I could end up having only Perfmatters with a CDN configured.

As per caching plugin, it depends on your web server configuration:

If it's a LiteSpeed or OpenLiteSpeed, go with LSCache (fully free, and really a beast).

Anything else than LiteSpeed, go with FlyingPress (more friendly and powerful than WP Rocket).

The last thing I would point out, some say maybe something like that CWV don't bring anything good or are a waste of time. Well, let me tell you this, obsessing with speed is what can make your website look different from the others and bring you up in search rankings. When you look at speed you focus only on web vitals (which are still a ranking factor) but in reality, the loading speed of a website can influence a bunch of other essential ranking factors and/or metrics such as bounce rate, time on site, page views, and conversions. A fast-loading website creates a positive first impression and improves user satisfaction and retention. Users are more likely to stay on a website and interact with its content when it loads quickly, resulting in a better overall user experience. So, I strongly disagree with that, it might be a waste of time for you but while websites are being populated with the same AI-generated content, Google has to find other ways to rank a website...speed might be the one.
 
Check out Perfmatters it's good for optimizing.
 
In my opinion, Perfmatters is the best.
 
Back
Top