Definition

What Is Lazy Loading in Web Development?

A technique where images, videos, or components load only when they are about to enter the user's viewport, improving initial page load performance.

Related Terms

Example

A case study page with 20 screenshots uses lazy loading so only the images near the top load initially — the rest load as the user scrolls.

Implementing lazy loading for images reduces initial page weight by an average of 40–60% on image-heavy pages, with Google reporting that lazy loading is one of the highest-impact Page Speed improvements available.

Synonyms:

Deferred loading, On-demand loading

Acronyms:

-

Lazy Loading: Common Questions Answered

Question

Answer