"This page is best viewed from the United States"(chronline.posterous.com)
chronline.posterous.com
"This page is best viewed from the United States"
http://chronline.posterous.com/this-page-is-best-viewed-outside-the-us
5 comments
I wish people didn't use S3 in lieu of a CDN.
From Hong Kong on a 100mbps line (and I can hit 11MB up and down):
From Hong Kong on a 100mbps line (and I can hit 11MB up and down):
10mb binary file
S3 US Standard avg 112k/s took 1:31
S3 Singapore avg 1290K/s took 0:07
S3 Tokyo avg 895K/s took 0:11
Cloudfront avg 8758k/sec took 0:01
Latency to Singapore is around 50ms, latency to Cloudfront is < 4ms.CloudFront is S3-backed CDN.
You can use S3 as an origin server for CloudFront but it's not serving files directly from S3. CloudFront has "edge locations" that you can push files to from S3 -- which "stores the original, definitive versions of your files."[1]
[1] http://aws.amazon.com/cloudfront/pricing/
[1] http://aws.amazon.com/cloudfront/pricing/
Thanks. Still picking this up myself.
It's important to note that Cloudfront also supports custom origins, so it doesn't even have to involve s3 these days.
CloudFront is also one of the worst CDNs available.
Let me know when Amazon.com is running on CloudFront instead of Akamai.
Let me know when Amazon.com is running on CloudFront instead of Akamai.
This could really use a lot of editing. Far too much of it is whining about slow internet that doesn't reach a meaningful conclusion, but instead generalizes from his anecdote.
If anyone is reading comments before reading the article, I recommend scanning it quickly. You won't miss anything.
If anyone is reading comments before reading the article, I recommend scanning it quickly. You won't miss anything.
Not that this matters but relative to the other sites listed going after "world domination" dukechronicle has much higher % of US based traffic.
Good article, thanks.
Most of his arguments seem to apply to access from the US just as they apply to international access. He describes his experiences with slow network access in various countries, but slow mobile internet access exists in the US (and other developed countries) as well -- either because you're so rural that you're lucky to get even 2G data, or because you're so urban that the 3G bandwidth is clogged. Granted, slow access is probably more widespread in non-US, developing or underdeveloped countries.
Either way, yes, obviously you should try to minimize your site's download size, and a full-featured but minimalistic version of a site is a very good thing to have.
The only thing that seems to me to apply only to international access is the advice to make your site available through an international CDN.