5 ms·
For me the biggest win in pages with lots of images is the img loading=lazy flag- https://developer.mozilla.org/en-US/docs/Web/Performance/Lazy_loading https://
by jeffmc 4y ago
For me the biggest win in pages with lots of images is the img loading=lazy flag-
https://developer.mozilla.org/en-US/docs/Web/Performance/Lazy_loading https://developer.mozilla.org/en-US/docs/Web/Performance/Laz...
This only loads the image when it scrolls into view
- tqkxzugoaupvwqr 4y agoNitpick: The image is loaded when it’s near the viewport so loading is likely finished when the user reaches the image.
- couchand 4y agoThank you, this is exactly what I've been looking for and didn't know it.