> WebKit added support for lazy-loading images with the loading attribute on the element, providing web developers with an easy way to instruct the browser to defer loading certain images until the user scrolls near them Maybe there's hope that I can then just turn this off on a browser level? I've got gigabit internet at home, and your images popping in on scroll makes it feel like I'm on dial up. Lazy loading image…
New WebKit features in Safari 15.4
71–80 of 311 posts
Re: New WebKit features in Safari 15.4
#72Earlier quoted context omitted.
> Lazy loading images is at best user hostile bandwidth saving It can easily be the vast majority of bandwidth spend even on a lightweight site. Add video widgets and bring that closer to 99%. Lazy loading is frequently a "can afford an extra 5 full time engineers" optimization
> Lazy loading is frequently a "can afford an extra 5 full time engineers" optimization I find this figure suspect. I work on a site with millions of users whose core service is essentially displaying a stream of images to end users, and our spend on CDN bandwidth is barely into five figures
Re: New WebKit features in Safari 15.4
#73> WebKit added support for lazy-loading images with the loading attribute on the element, providing web developers with an easy way to instruct the browser to defer loading certain images until the user scrolls near them Maybe there's hope that I can then just turn this off on a browser level? I've got gigabit internet at home, and your images popping in on scroll makes it feel like I'm on dial up. Lazy loading image…
If you don’t have gigabit internet (i.e. most people), then it’s not so user hostile.
Where without lazy loading they could normally get up and get a cup of coffee and come back, you are now actively wasting their time as they scroll.
Re: New WebKit features in Safari 15.4
#74Re: New WebKit features in Safari 15.4
#75dang, still no SIMD for WebAssembly. Chrome and Firefox are meanwhile hitting 45gflops (85% of peak) on my M1 Air. Safari only gets to 12.5gflops
Re: New WebKit features in Safari 15.4
#76Re: New WebKit features in Safari 15.4
#77> WebKit added support for lazy-loading images with the loading attribute on the element, providing web developers with an easy way to instruct the browser to defer loading certain images until the user scrolls near them Maybe there's hope that I can then just turn this off on a browser level? I've got gigabit internet at home, and your images popping in on scroll makes it feel like I'm on dial up. Lazy loading image…
If you don’t have gigabit internet (i.e. most people), then it’s not so user hostile.
It's good for mobile devices, since you can save on usage caps (which should be illegal, but that's a digression).
Re: New WebKit features in Safari 15.4
#78Too bad Safari still does not offer this as a toggle on iPadOS. I really hate the fullscreen video players on my iPad. They are mostly unusable with touch. Maybe it can be controlled using an Extension?