Brandenvii← Dictionary
Website · TECHNOLOGY

Lazy Loading

Meaning

Deferring the loading of offscreen assets until they are needed.

Base Meaning

Only load images when someone scrolls to them.

Lazy Loading is a Website item, filed under Performance. The canonical meaning is deferring the loading of offscreen assets until they are needed.

It is a mechanism rather than an opinion: set up properly it behaves predictably, and set up badly it fails just as predictably. That definition is deliberately narrow — the narrowness is what makes it usable.

Lazy Loading earns its keep in site builds, page structure and the technical decisions underneath them. In real work it sits close to Site Speed, Image Optimisation and Core Web Vitals. The practical test is whether it is configured, documented and actually working.

The cost of being vague about Lazy Loading shows up later, not today. When it is unclear, the site still launches — it just quietly underperforms. Deciding it deliberately costs one conversation. Leaving it undecided costs several.

Explain It Like I'm Five

Think of a tool in a drawer — dull until the moment you need exactly it. Only load images when someone scrolls to them.

How the meaning shifts depending on who is using it, and where.

INDUSTRY

Inside the industry, Lazy Loading is used tightly and assumed to be understood: deferring the loading of offscreen assets until they are needed.

PLAIN

Away from the jargon, it is only load images when someone scrolls to them.

Lazy Loading pays off when it is specific and costs you when it is not. Only load images when someone scrolls to them.

#Website#Performance#Technology#Site Speed#Image Optimisation#Core Web Vitals