How to reduce the diffusion time of the lazy load ?
-
Hello, I need to reduce the display time of lazy load images because they appear too late.
See below:
https://i.gyazo.com/f3e67475a0e570cc19f53dc54266288f.png
Can you provide a solution?
Thanks in advance
Hello,
If you are using the lazy loading option for images then they are loaded once the user scrolls the browser window to them. They don’t have any time function to load.
Kind Regards
Hello,
I understand and know how the lazy load works. Late preview is not about scroll, there is no problem with that. I’m talking about the first rendering, when you change page for example.
Regards
It depends on a lot of factors: your image optimizations, server response time, CDN, number of third party plugins, and their loaded resources like CSS and JS. Everything that adds some loading time to your page may affect the first rendering time.