I have an app where a storefront is shown with the customer’s product catalog with their respective images. The problem comes when the catalog is very large, the page takes too long to load the products. Is there a way to lazy loading product images to speed up loading? I don’t want to use pagination and it is taking more than 15 seconds to load the catalog.
I attach a screenshot.