Back to Developer Roadmap

Lazy Loading

src/data/best-practices/frontend-performance/content/load-offscreen-images-lazily.md

4.01.0 KB
Original Source

Lazy Loading

Offscreen images are loaded lazily (A noscript fallback is always provided).

It will improve the response time of the current page and then avoid loading unnecessary images that the user may not need.