[ad_1]
What is the best way to get at least 90 percent performance on my WordPress web application (Mobile and Desktop) ?
I used most of the plugins used here [https://blog.hubspot.com/website/best-wordpress-cache-plugins-to-speed-up-a-site]) but the max performance I got was 72
[ad_2]
72 is actually really good. The best thing after that is to server up images from a CDN or leverage CloudFlare caching
If you use Google Lighthouse it will tell you exactly what you need to fix on your page to improve your score.
Good hosting (most people don’t have good hosting), good caching (I highly recommend WP Rocket), light themes, light plugins, correctly sized/compressed images.
> 90 is tough to get on mobile with WP
>*I used most of the plugins used here*
The plugins in the article all do the same thing (caching) – so you should only actually use 1. Using more than 1 plugin of the same type will actually lower your performance, because you’re doing everything twice.