DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
Frontend Performance Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
Frontend Performance
A hero image is the largest element on a page, but it's referenced only via a CSS background-image property, discoverable only after the CSS file finishes loading. What Core Web Vital is most directly affected?
A
CLS, because CSS causes layout shifts
B
LCP, because the largest element's resource can't even start downloading until it's discovered — delaying when it finishes painting
C
INP, because CSS blocks user interactions
D
This has no effect on any Core Web Vital
Check Answer