ENGLISH
REFERENCE

lazy loading

compound.
C1 Advanced Web Development
Definition

compound. a way of making a website or app faster by only loading images or videos when you actually scroll down to see them. This saves data and helps the page open more quickly.

compound. a design pattern in software development that defers the initialization of an object or resource until the point at which it is needed. In web development, it specifically refers to delaying the loading of non-critical resources (like images) until they enter the viewport.


SIMPLE

The website uses lazy loading to make the homepage open faster.

CONTEXTUAL

By implementing lazy loading for the gallery, the developer reduced the initial page weight by several megabytes, significantly improving the mobile user experience.

COMPLEX

While lazy loading enhances initial performance metrics, developers must ensure that placeholder elements maintain the page layout to prevent jarring shifts in content as the high-resolution assets eventually populate.

Origin

A compound formed from the adjective lazy and the computing noun loading. The term applies the human trait of indolence to a software design pattern that defers the initialization of objects until the point at which they are needed.

Etymology adapted from Wiktionary, available under CC BY-SA 4.0.

Usage

Commonly used in technical and web development contexts; often functions as a compound noun or a gerund phrase.

Last updated July 22, 2026