For most WordPress sites, the Largest Contentful Paint is an image. Often the hero image. Often that image is 800KB of unoptimised JPG. A 30-minute pass on images alone usually moves mobile performance from the red into the yellow.
The pass
- Identify the LCP candidate in PageSpeed.
- Convert it (and friends) to WebP, compress sensibly.
- Set explicit width and height attributes.
- Make sure it is not lazy-loaded.
- Add
fetchpriority="high"if your theme allows it. - Re-run PageSpeed.
I do this on almost every Collaborate Pros audit. It works.
