what is lazy loading?
Anonymous
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
Check out your Company Bowl for anonymous work chats.