Despite faster broadband every year, web pages don't load any faster
31–40 of 178 posts
Re: Despite faster broadband every year, web pages don't load any faster
#32We can wish that crappy websites didn’t get more bloated every year, but as long as they still load fast enough most people don’t know the difference or care. Everything has an opportunity cost, so once things are good enough the resources that could be spent optimizing will be spent elsewhere instead, and bloat that can be added to solve other business goals will be added. It’s understandable to get frustrated by th…
That would only be true if every one of your customers had fast, loss free, reliable internet 100% of the time they want to access a website. Even in a modern city this is rarely the case. So I'm afraid the real answer is that webdev is just not mature yet.
Re: Despite faster broadband every year, web pages don't load any faster
#33Being able to render an enhanced markdown or JSON or YAML page in the browser without any generators would be phenomenal and resolve a lot of long-standing issues with structured data.
Re: Despite faster broadband every year, web pages don't load any faster
#34This website loads an exceptional amount of data for what it is, at least for me. On my browser it makes calls to a site called streamlitapp.com every 100 ms. It appears to be using about 100MB of bandwidth every 10 seconds from what I can see
100MB is a LOT. Do you perhaps mean 100KB? Streamlit is the framework I used to build the app at the bottom of the article with. It does unfortunately load a decent amount of JS. However it should be non-blocking, which means it won't interfere with how quickly you can see or use the page. It pings back to Streamlit to keep your session state alive as it's running a whole Python interpreter on the backend for each se…
Re: Despite faster broadband every year, web pages don't load any faster
#35Re: Despite faster broadband every year, web pages don't load any faster
#36Re: Despite faster broadband every year, web pages don't load any faster
#37Despite faster computers every year, my computers don't seem to run any faster, either
Re: Despite faster broadband every year, web pages don't load any faster
#38Ironically this page loaded for me in about 500ms on my 1GB fiber connection.
Re: Despite faster broadband every year, web pages don't load any faster
#39Good enough is good enough. Just like faster computers don’t make new apps any faster (even at the peak of scaling decades ago), they make sure we can write more complex apps without making them too slow, or equivalently, add more things to apps and sites if there is any performance headroom left.
Oh to be a mere average computer user. I work with files that can still take some non-instant time after hitting save to complete. Conversely, it still takes some non-instant time to open said file. As long as there's such a thing as progress bars, count downs, spinning wheels, beach balls, etc, there is always room to make things faster.
Re: Despite faster broadband every year, web pages don't load any faster
#40Despite faster computers every year, my computers don't seem to run any faster, either
“What Andy giveth, Bill taketh away.”