All things Shopify and commerce
My page speed is very slow and I have read that implementing lazy load may help. Im looking for a step by setp on how to add this. Does Dawn theme automatically lazy load?
Solved! Go to the solution
This is an accepted solution.
Hi @vcockerham2002,
The Dawn theme has lazy loading support by default.
To integrate lazy loading of images or iframes, you can use the HTML loading="lazy" attribute. So your HTML code might look like this:
<img loading="lazy" src="image.jpg" alt="..." />
<iframe loading="lazy" src="video-player.html" title="..."></iframe>
You can read more about lazy loading here: https://developer.mozilla.org/en-US/docs/Web/Performance/Lazy_loading
Hope this helps.
This is an accepted solution.
Hi @vcockerham2002,
The Dawn theme has lazy loading support by default.
To integrate lazy loading of images or iframes, you can use the HTML loading="lazy" attribute. So your HTML code might look like this:
<img loading="lazy" src="image.jpg" alt="..." />
<iframe loading="lazy" src="video-player.html" title="..."></iframe>
You can read more about lazy loading here: https://developer.mozilla.org/en-US/docs/Web/Performance/Lazy_loading
Hope this helps.
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025