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
Why does the documentation specifically warn against preload when multiple images could be the LCP element depending on viewport?
A
Because preload cannot be used more than once ever, under any circumstances
B
Because preload is meant for the SPECIFIC, unambiguous LCP-candidate image — setting it without clarity on which image actually is the LCP element risks preloading the wrong resource or diluting priority across several
C
Because responsive images are incompatible with next/image entirely
D
This warning doesn't actually exist in the current documentation
Check Answer