• This plugin adds loading=”lazy” and then, the browser lazy loads the image. I think that native lazy loading performed by the browser is the only viable solution for lazy loading. For many years, I tried to implement lazy loading on my websites. I faced many issues.
    Once images were not crawled. Once my website was penalized because of cloaking. Versions differed depending on the client.
    I am enough with javascript scripts that slow down the pageload and negatively impact the pagespeed insight.
    I think that for now and in the future, the native lazy loading is the only way to go for lazy loading.

    • This topic was modified 3 years, 10 months ago by bloup.
  • The topic ‘Native lazy loading – the only viable lazy loading solution’ is closed to new replies.