Skip to main content Skip to docs navigation

Lazy Load

Lazy loading is a strategy that delays the loading of some assets (e.g., images) until they are needed by the user based on the user's activity and navigation pattern; typically, these assets are only loaded when they are scrolled into view.

On this page

If correctly implemented, this delay in asset loading is seamless to the user experience and might help improve initial load performance, including time to interactive , as fewer assets are required for the page to start working.

See also

Updated on April 20, 2024 by Datarist.