Online store performance and site speed optimization
Hello!
I get the " Image elements do not have explicit width and height -Set an explicit width and height on image elements to reduce layout shifts and improve CLS" suggestion in google pagespeed insights. This is for all of my products so it is a systematic error.
I am using Debut theme - Is there something I can do?
Hi @Theodore_
Aibek is here from Speedimize.io agency.
Hope this message finds you well and safe.
To fix the CLS, you have to take up space for a specific element. In your case, you should have a space reserved for images with a fixed height.The height will need to be given using css. And there should appear pictures.
CLS is an unstable indicator and the impact on the overall score is low. But it has a big impact on the UX. If there is a clear shift on the site, it can spoil the impression of your store. And this is not a system error, the product page uses the same template, so there are notes on CLS on every page.
Here you can take at our simple guide on how to optimize your store with PageSpeed insights metrics: https://speedimize.io/uploads/pagespeed_speeddimize.pdf
Hope this will help you.
Is your theme code for the product template modified at all?
Hi Theodore_,
You can easily fix this. Kindly refer to this article.
https://web.dev/optimize-cls/?utm_source=lighthouse&utm_medium=unknown#images-without-dimensions
Kindly check the code of your theme and start with the collection page and add width/height attribute for failing img tags.
For example:
<img style="width:100%; height:auto"
width="{{ featured_image.width}}"
height="{{ featured_image.height}}"
src="{{ featured_image }}"
>Test your collection page with this tool: https://developers.google.com/speed/pagespeed/insights/
Check this documentation of the image object and you can get width and height from it.
https://shopify.dev/docs/themes/liquid/reference/objects/image
https://web.dev/optimize-cls/?utm_source=lighthouse&utm_medium=unknown#images-without-dimensions
I have fixed this for Flower Delivery Dubai website.
Connect your PayPal account to allow your customers to checkout using the PayPal gateway a...
ByYour online store speed can enhance your store’s discoverability, boost conversion rates a...
ByShopping is at our fingertips with mobile devices. Is your theme optimized to be user-frie...
By