Lazy loading also allows any network operator (and FVEY et al) to surveil your progress reading any particular web page based on when the additional image requests are generated.
I think I kind of hate lazy loading
21–30 of 182 posts
Re: I think I kind of hate lazy loading
#22There used to be a time where you can load up a YouTube video on the site and go offline then watch the video. You can't do that any more, unless you actively find a way to download the said video.
Re: I think I kind of hate lazy loading
#23I would think you could effectively disable lazy loading by using a bookmarklet for individual pages, or a userscript in Tampermonkey for whole sites or patterns of sites.
It's not as simple of a solution as a browser option, but I figure solving your problem beats complaining about it.
Re: I think I kind of hate lazy loading
#24Re: I think I kind of hate lazy loading
#25I live in Germany and so do most of my users, so I take the spotty internet rather seriously. There are lots of holes in the coverage even in the capital. Then there is the underground. However loading the images early wastes bandwidth, and it hurts SEO. In my case the user can live without those images, so it's a sacrifice I'm willing to make. I hope that descriptive alt tags will help. On the other hand, the whole…
This is one of the big problems with the modern web, It puts you in this doom loop: sacrifice the user to please Google to get users.
Re: I think I kind of hate lazy loading
#26Eh, mistakenly clicking an ad or irrelevant content when trying to click a link because the page loaded some async content at the last millisecond is far worse.
Re: I think I kind of hate lazy loading
#27Re: I think I kind of hate lazy loading
#28Re: I think I kind of hate lazy loading
#29Lazy loading also allows any network operator (and FVEY et al) to surveil your progress reading any particular web page based on when the additional image requests are generated.
How are they inspecting your network traffic?
Bursts (page loads) with near silence in between, maybe just some non-human-triggered traffic from scripts that poll.
Bursts (page loads) with quite a bit more of a human-triggered cadence in between, if lazy loading during scrolling occurs.
But mouse-tracking analytics probably result in a similar leak, if not better.