On pages that have lots of images (explore, collections overview, webpages, etc) I think it could be good to try to use the new lazy loading attribute available to images, which already has pretty good browser support?
<img loading="lazy" src="https://example.com/image.jpg">
This will prevent excessive traffic on mobile, when it's not needed and should also help speed up the loading of images that are in the viewport?
On pages that have lots of images (explore, collections overview, webpages, etc) I think it could be good to try to use the new lazy loading attribute available to images, which already has pretty good browser support?
This will prevent excessive traffic on mobile, when it's not needed and should also help speed up the loading of images that are in the viewport?