Skip to content

Rule · Performance

LCP element is a CSS background image

perf/lcp-background-imagewarnvoid perfupdated

Why it matters

Background images are discovered only after CSS is downloaded and applied, so they always start late and cannot use srcset or fetchpriority.

How to fix it

Render the hero visual as an <img> (with object-fit: cover) in the HTML, or preload it with <link rel="preload" as="image" fetchpriority="high">.

void perf reports 25 rules in this category. Core Web Vitals and bytes: LCP, CLS, TBT, TTFB, JavaScript, CSS, fonts, images, caching and compression, measured as the median of several runs on a throttled mobile and a desktop profile.