Best way to improve Core Web Vitals for a static HTML website

Hi everyone,

I’m working on a static HTML website and I’m trying to improve its Core Web Vitals, especially Largest Contentful Paint (LCP) and Cumulative Layout Shift (CLS).

I’ve already optimized images, minified CSS, and enabled compression, but I’m still looking for additional recommendations.

Which optimizations have made the biggest difference for your projects?

What does CWV suggest you do? The thing doesnt just give you numbers.

One of the things you should do to improve the CLS is to add dimensions to the images (the width and height attributes of the img tag), or use the CSS aspect-ratio property.