Please take advantage of browser lazy loading
-
Hi,
I am currently using this plugin in two of my client’s sites and so far I really like the plugin. I just have 1 feedback to provide in terms of better optimization. Please useloading="lazy"
in theimg
tags that is added via the plugin to hold the images.Currently, the image tags are general image tags without any browser lazy loading support. But as we all know not only WordPress has added the browser level lazy loading feature in its core but also it is now widely supported in all browsers.
So, just by adding the
loading="lazy"
in theimg
tags it will be a huge help and performance boost.For example, currently, I’m using the carousel mode to show the Instagram images which shows up just above the footer at the very end of the page. But when the page loads the browser downloads all the images which not only adds more load but also increases bandwidth consumption for no reason. It also provides a bad page speed score. This can easily be fixed from your end by adding just 1 attribute to the image tags.
Please do it. Thanks.
- The topic ‘Please take advantage of browser lazy loading’ is closed to new replies.