Lazy loading
Lazy loading images on a website improves performance by loading images only as they scroll into view.
What is lazy loading?
Lazy loading is a way to make your website faster. Instead of loading all the images at once, it loads them only when the user needs them. This helps users see your site faster and prevents them from leaving before it's fully loaded.
How does it help?
Lazy loading can bring these benefits to your site:
Reduce initial loading time
Increase customer shopping experience and minimize bounce rate due to slow speed load
How does it work?
In "Speed up customization" -> Lazy loading
Turn on the Lazy loading images and video & iframes
Select pages to apply lazy loading. We support lazy loading for pictures in: Theme assets (file liquid in current theme), Product description, Collection description, Blog post content, Pages.
Click Save
If you don't want to apply lazy loading to specific images, insert your file (.liquid file) in Ignore files.

How to check if lazy loading works?
Go to your website
Right click and click Inspect
Hit
Ctrl + F
to searchloading="lazy"
If it shows up (as image below), it's working well on your store. Continue check on other pages.
Last updated
Was this helpful?