Tag Archives: Lazy Load

What is Lazy Load Images?

Lazy loading is a concept where you delay the loading of the images. In order words, a technique that helps improve the page load time and reduce page size while still retaining all the images on the page. Lazy Loading works on the principle that an item on the page should not be loaded if it is not needed. Continue reading