WSWhat Scene?

Learn · Performance & optimization

What is lazy loading?

Lazy loading means loading content only when it's needed, usually as the user scrolls toward it, rather than all at once up front. Images and sections below the fold wait until they're about to be seen. This makes the initial page load faster and saves data.

The benefit is that a long page with many images doesn't force the visitor to download everything before they see anything. The top of the page appears quickly, and the rest loads just in time as they scroll.

It should be applied carefully: lazy-load offscreen images, but not the main above-the-fold image, which you want to load immediately for a fast LCP. Done right, lazy loading improves speed without the user ever noticing the mechanism.

Updated July 2026

Related

Want this built, not just explained?