**Q: How do I make my website load faster (Core Web Vitals)?**
⚠️ Before you start: back up your site first.
What this fixes:
The site loads slowly, especially on phones. Slow pages make people leave before they see anything, and both Google and AI answer tools favor fast pages — so speed costs you visitors AND visibility.
Steps:
1. Test the home page and one busy interior page at Google PageSpeed Insights (https://pagespeed.web.dev). Write down the phone (mobile) scores — those matter most.
2. Turn on a caching + speed plugin. Enable page caching, file minification, and image lazy loading.
3. Shrink big images with an image plugin — oversized images are the #1 speed killer.
4. Ask your host to enable a CDN and the latest PHP version if they aren’t already on.
5. Re-test in PageSpeed Insights and confirm the mobile score improved and the page feels faster.
How to check it worked:
The mobile PageSpeed score improves (aim for green, or at least out of the red), and the home page visibly loads faster on a phone.
Tools you may need:
– Google PageSpeed Insights (https://pagespeed.web.dev) — free speed test.
– A caching plugin — WP Rocket (https://wp-rocket.me, paid) or LiteSpeed Cache (https://wordpress.org/plugins/litespeed-cache/, free on many hosts).
– An image optimizer — ShortPixel (https://shortpixel.com) or Smush (https://wordpress.org/plugins/wp-smushit/).
Common mistakes to avoid:
– Turning on every plugin option at once, which can break the layout — enable a few at a time and re-check.
– Improving the desktop score while ignoring mobile, which is the one Google ranks on.
When to call SEO Doctor:
– Scores stay red after caching and image fixes — it may be a host or theme issue.