Option to use browser native loading=”lazy” instead of javascript
-
An option to use browser native loading=”lazy” instead of Javascript would be nice.
Pros
– Reduces lazy load related javascript
– Lighthouse friendly
– SEO Friendly? As the src attribute visible no no-js crawlers in the current JS based lazy-loading is a placeholder.
Cons
– W3TC lazy does support handling background images on elements, that’s one missing feature with native lazy loading. Should still be a good tradeoff for people using themes that have no background images.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Option to use browser native loading=”lazy” instead of javascript’ is closed to new replies.