Uh, how often are you using the Internet to connect to a computer in your home town? Maybe 5% of the time?
I’ve never used Starlink, but with a basic understanding of geography and optics, I’m going to bet that in most scenarios the latency difference between Starlink and fiber is negligible, sometimes even being faster on Starlink, depending on the situation.
That said, I’m not suggesting Starlink is a realistic replacement for fiber, just that latency isn’t the big issue. (It has other serious issues)
I live near DE-CIX and have fiber. So a decent chunk of web services I use is available with a latency of under 5ms. And everything else hosted in a European datacenter with under 20ms.
So almost all of my internet traffic has a lower latency than starlink has under ideal conditions
Ok, so actual question, How useful are CDN endpoints these days with https everywhere? Because you can’t cache encrypted content. Also you can’t cache live content like video calls or online games. I’d imagine the percentage of cacheable content is actually fairly low these days. But like I said, I don’t actually know the answer to this, i’d be curious to hear your take.
Browsers partition the cache by “origin” now though, so while it can cache HTTPS content, it can’t effectively cache shared content (It’ll store multiple independent copies).
So Youtube still works fine, but Google Fonts is pointless now.
Edit: Oh yeah, and any form of shared JavaScript/CSS/etc. CDN is now also useless and should be avoided, but that’s always been the case.
Yeah, this is the point I was getting at, encrypted content tends to be personalized to individual users, not always I guess. But yeah, I’m not sure how much is left.
Uh, how often are you using the Internet to connect to a computer in your home town? Maybe 5% of the time?
I’ve never used Starlink, but with a basic understanding of geography and optics, I’m going to bet that in most scenarios the latency difference between Starlink and fiber is negligible, sometimes even being faster on Starlink, depending on the situation.
That said, I’m not suggesting Starlink is a realistic replacement for fiber, just that latency isn’t the big issue. (It has other serious issues)
I live near DE-CIX and have fiber. So a decent chunk of web services I use is available with a latency of under 5ms. And everything else hosted in a European datacenter with under 20ms.
So almost all of my internet traffic has a lower latency than starlink has under ideal conditions
Much more frequently than you think with CDN endpoints.
Ok, so actual question, How useful are CDN endpoints these days with https everywhere? Because you can’t cache encrypted content. Also you can’t cache live content like video calls or online games. I’d imagine the percentage of cacheable content is actually fairly low these days. But like I said, I don’t actually know the answer to this, i’d be curious to hear your take.
HTTPS can in fact be cached, and most modern browsers will do so unless given a header or something to tell it not to.
Source: Devtools network tab + https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/Caching
Browsers partition the cache by “origin” now though, so while it can cache HTTPS content, it can’t effectively cache shared content (It’ll store multiple independent copies).
So Youtube still works fine, but Google Fonts is pointless now.
Edit: Oh yeah, and any form of shared JavaScript/CSS/etc. CDN is now also useless and should be avoided, but that’s always been the case.
Yeah, this is the point I was getting at, encrypted content tends to be personalized to individual users, not always I guess. But yeah, I’m not sure how much is left.