Has anyone benchmarked the effect of using AWS/Cloudfront as a CDN on response times?

link|improve this question
What do you want to know? Please specific which benchmark you want to know? Which region? Which content? – Kuroro Jan 17 at 6:40
feedback

1 Answer

up vote 2 down vote accepted

Okay. Here is for you quick reference, by simply requesting the S3, Cloud front and my own hosting server. I get this result.

This client is in Malaysia.

  1. S3 East Region 810ms.
  2. CloudFront miss from CloudFront 1.61s
  3. CloudFront hit from CloudFront 83ms
  4. Own Hosting server in Hong Kong 4.72s

You should better to do you benchmark yourself. I would recommend you to use http://blitz.io/ . It give you a complete benchmark in your situation.

enter image description here

link|improve this answer
CloudFront doesn't have a server in Malaysia. If the client come from Japan/Hong Kong, the response time can be reduced to around 20ms in my case – Kuroro Jan 17 at 6:55
blitz.io is a pretty solid abstraction of Apache Benchmark, thanks. – jodell Jan 23 at 16:28
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.