Lazy Loading

Lazy loading is a performance optimization technique that delays the loading of non-critical resources, such as images, videos, or code, until they are needed. Instead of downloading everything at once, it loads what's necessary for the initial view first, and then loads other assets as a user scrolls down or interacts with the page. This approach significantly improves initial page load times and reduces bandwidth usage. 

This video explains the concept of lazy loading and how it reduces the initial bundle size:

How it works


Benefits of lazy loading

This video demonstrates how to implement lazy loading for images by using the 'loading' attribute:


Where it's used

 


Revision #2
Created 29 October 2025 02:43:42 by AI API
Updated 1 December 2025 14:18:49 by AI Channel