> With home broadband reaching 70 Mbps globally The source for that is some stats from speedtest.net, which I assume is calculated from the users who used their speed test? So it's probably heavily skewed towards power users who have a fast connection and want to check if they are really getting what they are paying for. Most "casual" users with shitty DSL connections are happy if "the internet" works at all and are…
Despite faster broadband every year, web pages don't load any faster
81–90 of 178 posts
Re: Despite faster broadband every year, web pages don't load any faster
#82But I'm using uBlock origin …
Re: Despite faster broadband every year, web pages don't load any faster
#83Ironically 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
#84No website I use does take 6 seconds to load. And I have 50 Mbps downlink. Can anyone name a website that does take that long to load? Github for example does load in 4.37 seconds with cache disabled in developer tools. CNN does take 3.58 seconds. But I'm using uBlock origin …
You aren't loading all the adtech webshit that makes up the majority of a page load.
Given that network wide adblock/tracker blocking saves upwards of 60% of bandwidth (for web traffic) on the average network, its pretty obvious where the problem is.
Re: Despite faster broadband every year, web pages don't load any faster
#85Re: Despite faster broadband every year, web pages don't load any faster
#86Throughput of networks is increasing but latency doesn’t improve as much (although 5G wireless is a big improvement over 4G LTE). Also TCP slow-start limits how fast an HTTP connection can go, and most are short-lived so the connection is still ramping up when it is closed. That’s one of the supposed benefits of QUIC a.k.a. HTTP/3. And then there is bloat, the scourge of JavaScript frameworks and what passes for fron…
It keeps getting worse.
When I do web app security assessments, I end up with a logfile of all requests/responses made during browsing a site.
The sizes of these logfiles have ballooned over the past few years, even controlling for site complexity.
Many megabytes of JS shit, images, etc being loaded and often without being cached properly (so they get reloaded every time).
A lot of it is first party framework bloat (webdev active choices), but a lot is third party bloat - all the adtech and other garbage that gets loaded every time (also without cacheing) for analytics and tracking.
Re: Despite faster broadband every year, web pages don't load any faster
#87Good 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.
>Good enough is good enough. 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.
25 years later, progress bars are no better: they steadily go to 15%, then stop there for a while, suddenly zoom to 80%, then slowly progress to 99%, then stop there for a long time.
Re: Despite faster broadband every year, web pages don't load any faster
#88Re: Despite faster broadband every year, web pages don't load any faster
#89in my android and linux pc, firefox will refuse to display web pages which was fully downloaded couple hours before. ff always ask for internet connection although all needed files are in the cache. i'm on internet diet (disable wifi for hours long) so bad behaviors are apparent those who always-on-24/7 fiber may not notice