Hello,
currently on my site all the .js files are combined and minified, with the exception of the .js jquery and the .js of the plugin that manages the lazy loading of the images.
I have already disabled this setting of your theme: theme panel – template settings – image loading – use loading animation image = off.
I also disabled WordPress core lazy loading, via the php function in the theme child’s functions.php file.
My problem is that the images don’t start loading unless the whole .js file is loaded first with all the .js combined. Why? Is there a lazy load image option in your theme to disable?
If there is a .js file of your theme that manages the images (which would not load, if this .js is not loaded) I could exclude it to make the loading of the first images faster.
Thanks for support.
Hi,
If this https://www.corriereromagna.it/ is your website, then I saw that the images are loading quite fast.
Now the only option for lazy load in our theme is the one from the theme panel -> https://i.imgur.com/QSL6VBK.png maybe only if you are using extra plugins that have some options for images.
Also I search on internet to find the best solution for how to optimize and display the images faster and for now this seems to be the best guide https://wpbuffs.com/speed-up-image-loading/
I hope it will help you!
Hi, my site is quite heavy, due to the page builder plugin.
From desktop, image loading is fast. But from mobile, the upload is not in line with Google’s guidelines for Web Vitals.
I know how to load images quickly. By activating a lazy load plugin, excluding the first image class, and excluding the lazy load plugin .js from delayed loading.
But it appears that the images are not loaded unless all the combined and minified .js is loaded.
Probably why are the images in the “span” tag? And the page dom completes after loading the .js?
Hi,
What I can suggest for mobile version is to try the mobile page and mobile theme plugin and see with which one you get the best results.
Also if you use the mobile page then the css Analyzer will apply on it too.
Also only the images that are set as background are set in “span” tag, for example this one -> https://i.imgur.com/I2GrWGJ.png and the problem can be that the css is load latter, if you want to have img instead of spam use standard blocks (block 1 to 25).
I hope this will help you!
Thank you!