Eager video near the top
This media is intentionally eager, so it can request data immediately.
Chrome 148 · HTMLMediaElement loading
<video> and <audio>
Chrome 148 adds loading="lazy" to media elements, so below-the-fold video and audio
can delay network work until they are near the viewport. This protects LCP by keeping early
bandwidth, CPU, and connection pressure focused on the actual hero content.
Simulated LCP region
Product pages, landing pages, long-form posts, and course pages often have useful but non-critical media below the fold. Lazy media keeps those resources from competing with the LCP candidate.
Read the articleThis media is intentionally eager, so it can request data immediately.
This audio can also start fetching before the user has shown intent.
Below the fold
loading="lazy" lets Chrome defer fetching this video until it is near view.
Below the fold
loading="lazy" works for audio too, useful for lists of clips or podcast previews.
Live instrumentation
This uses PerformanceObserver. Cross-origin transfer sizes may be hidden, but request timing/name
still shows when each media request starts.