✓ WebsiteChecklist

Image optimization checklist

Images are usually the single heaviest thing on a typical web page, and they're one of the easiest things to fix without touching a line of application code. This checklist goes deeper than the general performance checklist specifically on getting images right.

Choosing a format

Compression

Responsive images

Loading behavior

⚠️ Lazy-loading the hero image is a common mistake that actively hurts Core Web Vitals—it delays the page's Largest Contentful Paint instead of speeding it up. Lazy-load what's off-screen; prioritize what's not.

Delivery

Accessibility & SEO

Once images are optimized, re-check the page with Google PageSpeed Insights or Lighthouse and confirm the Largest Contentful Paint improved—for most content-heavy or image-heavy sites, this single checklist has the biggest visible impact on the performance checklist as a whole.