Talent500 interview question

what is lazy loading?

Interview Answer

Anonymous

7 Oct 2021

Lazy loading is the process of dynamically loading assets such as images/svgs etc on-demand. When the user views the web page , he/she wont get to see the asset as the fetching is not done by the client browser but when the user scrolls , the call is made dynamically to fetch the resource