What Is Lazy Loading? | Marketing Dictionary
DICTIONARY · WEB

What is lazy loading?

Loading resources only when they are needed.

In plain English

Lazy loading defers anything the visitor cannot see yet. Images further down a long page are not fetched until the reader approaches them, so the initial load carries far less weight.

On image-heavy pages the effect is large. Instead of downloading thirty images to show the top of the page, the browser downloads three and gets on with rendering.

What to know

Native browser support
Modern browsers handle it with a simple attribute, and WordPress applies it to images by default. Plugins are rarely needed for the basics.
Never lazy load the hero image
The largest image above the fold should load immediately. Deferring it delays the main content and worsens Core Web Vitals.
Reserve the space
Images need declared dimensions so the layout does not jump as they arrive. Layout shift is a Core Web Vitals metric.
Applies beyond images
Iframes, videos and embeds are often the heaviest things on a page and benefit most.

Why it matters

Lazy loading is one of the few performance changes that is close to free and requires no design compromise. The nuance is knowing what not to defer, because lazy loading the main hero image is a common own goal that makes the headline metric worse.

Common mistakes

×Lazy loading above-the-fold and hero images.
×Omitting width and height, so the page jumps as images load.
×Adding a lazy loading plugin on top of native browser behaviour.
×Deferring images and leaving heavy third-party embeds loading eagerly.

FAQs

Does lazy loading hurt SEO?

Not when implemented properly. Content that only appears after interaction can be missed, but standard image lazy loading is fine and Google recommends it.

Do I need a plugin for lazy loading?

Usually not. Browsers and WordPress handle images natively. Plugins are for edge cases like background images and embeds.

WRITTEN BY TARIQ SALLAM
Marketing Consultant. Entrepreneur. Content Creator.

I'm a marketing consultant, entrepreneur and content creator. I help businesses grow through practical marketing, websites, SEO, content and AI.

More About Tariq →