I think I kind of hate lazy loading
shkspr.mobi
I think I kind of hate lazy loading
1–10 of 182 posts
Re: I think I kind of hate lazy loading
#2It is entirely possible to get a cell signal on a train, even in tunnels. We as a society just choose not to build out the necessary infrastructure.
Re: I think I kind of hate lazy loading
#3It's curious that some folks hate the side effects of insufficient infrastructure while missing that the lack of modern infrastructure is the root problem. It is entirely possible to get a cell signal on a train, even in tunnels. We as a society just choose not to build out the necessary infrastructure.
Re: I think I kind of hate lazy loading
#4It's curious that some folks hate the side effects of insufficient infrastructure while missing that the lack of modern infrastructure is the root problem. It is entirely possible to get a cell signal on a train, even in tunnels. We as a society just choose not to build out the necessary infrastructure.
Re: I think I kind of hate lazy loading
#5It's curious that some folks hate the side effects of insufficient infrastructure while missing that the lack of modern infrastructure is the root problem. It is entirely possible to get a cell signal on a train, even in tunnels. We as a society just choose not to build out the necessary infrastructure.
Re: I think I kind of hate lazy loading
#6It's curious that some folks hate the side effects of insufficient infrastructure while missing that the lack of modern infrastructure is the root problem. It is entirely possible to get a cell signal on a train, even in tunnels. We as a society just choose not to build out the necessary infrastructure.
You could have truly wireless electricity power your phone and never have to recharge. You just need to invest in more infrastructure.
Re: I think I kind of hate lazy loading
#7For example, I open a webpage and then go offline. Later, I scroll down, but the content is missing.
Another time, I open a webpage and save it. But most of the content is not saved, because it has not been loaded.
The network activity is actually higher for a page with lazy-loading elements.
All-around, it does not make any sense to me, personally.
Re: I think I kind of hate lazy loading
#8It's curious that some folks hate the side effects of insufficient infrastructure while missing that the lack of modern infrastructure is the root problem. It is entirely possible to get a cell signal on a train, even in tunnels. We as a society just choose not to build out the necessary infrastructure.
Lazy loading makes it impossible to do anything to manage a poor connection.
Re: I think I kind of hate lazy loading
#9It's curious that some folks hate the side effects of insufficient infrastructure while missing that the lack of modern infrastructure is the root problem. It is entirely possible to get a cell signal on a train, even in tunnels. We as a society just choose not to build out the necessary infrastructure.
It is the web developers choice to decide whether or not to deal with bad/poor internet connections. Most do not. Lazy loading makes it impossible to do anything to manage a poor connection.
Re: I think I kind of hate lazy loading
#10It's curious that some folks hate the side effects of insufficient infrastructure while missing that the lack of modern infrastructure is the root problem. It is entirely possible to get a cell signal on a train, even in tunnels. We as a society just choose not to build out the necessary infrastructure.
In all seriousness, as engineers we of course can't assume the happy path is common, and to ensure good UX more often than not we need to account for these cases.