If you're thinking, "it's fast enough!" -- remember that a system's performance determines what you're able to build on top of it. If GPU designers had said "it's fast enough" ten years ago, for example, modern neural-net AI may never have happened. It's easy to imagine doing the same things faster, but it's harder to picture the new things that a lower-latency Internet would make possible.
Why is the Internet so Slow?
131–140 of 164 posts
Re: Why is the Internet so Slow?
#132If the 3x slowdown from the infrastructure were eliminated, each round-trip-time being 3x faster would affect all the protocols above, and we could immediately cut the latency inflation from ~37x to around 10x, without any protocol modifications. The page this article is published on makes 87 separate network requests to 19 different domains. Even with a great deal of the content cached, it takes 7 seconds to reload…
Re: Why is the Internet so Slow?
#133Earlier quoted context omitted.
Your 68kb png infuriates me when it can be compressed to 28kb.
While keeping it a PNG? I hit that thing with pngcrush and scaled it to half the size of the original article: what's your magic to get it down to 28k?
Convert it to a 32 color 8-bit version and it looks identical. Then use ImageOptim (or like) to compress it down to less than 16 KiB.
Re: Why is the Internet so Slow?
#134Re: Why is the Internet so Slow?
#135Re: Why is the Internet so Slow?
#136If the 3x slowdown from the infrastructure were eliminated, each round-trip-time being 3x faster would affect all the protocols above, and we could immediately cut the latency inflation from ~37x to around 10x, without any protocol modifications. The page this article is published on makes 87 separate network requests to 19 different domains. Even with a great deal of the content cached, it takes 7 seconds to reload…
This took me a total of 5 minutes: http://static.haldean.org/why-is-the-internet-slow.html The page is 2.3kB on the wire, and the single other request it makes (for the image) adds another 70kB. Taken together, this is a two-order-of-magnitude decrease in page size, with exactly the same content. Every byte is sacred! This webpage infuriates me.
http://motherfuckingwebsite.com http://bettermotherfuckingwebsite.com
Re: Why is the Internet so Slow?
#137Earlier quoted context omitted.
This took me a total of 5 minutes: http://static.haldean.org/why-is-the-internet-slow.html The page is 2.3kB on the wire, and the single other request it makes (for the image) adds another 70kB. Taken together, this is a two-order-of-magnitude decrease in page size, with exactly the same content. Every byte is sacred! This webpage infuriates me.
I'll just leave these here. http://motherfuckingwebsite.com http://bettermotherfuckingwebsite.com
Re: Why is the Internet so Slow?
#138Earlier quoted context omitted.
I don't think anyone that has ever used Skype, VoIP, Facetime, etc has thought "this is fast enough".
Actually, I think ~10mbit is fast enough. You can easily use Hangouts/Skype with good quality video on that kind of link. The problems are elsewhere: it's not stable enough, and it's not responsive enough. Anything faster is just a cherry on top. Sure, files download faster, you can stream 4k, etc. But I'd say that's luxury which you could choose. Lower speeds are "enough" for a lot of people.
I can have an effective voice conversation with terrible quality audio if it's low latency. Extremely lifelike (high bitrate) audio is just uncanny (not helpful) if the latency and jitter are high.
Re: Why is the Internet so Slow?
#139Earlier quoted context omitted.
Do you mean microseconds here? ms is milliseconds, and that just does not make any sense. E.g. I'm 7 (visible) hops away from the nearest Google DNS, and roundtrip pings to 8.8.8.8 are between 7ms and 8ms.
Yes, milliseconds. The difference there is because routers above you most likely are a carrier grade equipment like Cisco gear with ASIC based switching. This is what you can expect from big ISP in a big city, and less likely in networks serving more remote suburbs.
Re: Why is the Internet so Slow?
#140Earlier quoted context omitted.
Thanks, is there a reason for sites not 301 redirecting non-www to www urls or vice-versa? Wouldn't that help to avoid problems like these? They also don't implement any security headers: https://observatory.mozilla.org/analyze.html?host=scion-arch...
That wouldn't help. If you go to https://foo , before the server can even redirect you to https://www.foo , it has to present a valid cert for foo without www.