CloudFront benchmarking for dynamic content

0

A customer is trying to test webpage response time using CloudFront for dynamic content . However, they are not getting the expected results while trying to query it from South India (Bangalore) region. Application is hosted in Mumbai region .

Is there a better way of benchmarking CloudFront performance for dynamic content given that your origin is not located too far away from the client?

Response time while querying the CF distribution VS EC2 public DNS (without CF)

curl --location -w "@curl.breakdown" -s http://*****.cloudfront.net

time_total: 0.102868

curl --location -w "@curl.breakdown" -s  http://ec2-****.ap-south-1.compute.amazonaws.com

time_total: 0.008543

已提问 4 年前222 查看次数
1 回答
0
已接受的回答

The purpose of CDN is to quickly distribute in multiple regions. If the customer is only in a specific geographical location, there may be no performance advantage compared with EC2 with a public network address, because the client may be closer to the region than to the Cloudfront pop distance. They can use third-party tools to test in multiple locations, and may get better results.

AWS
已回答 4 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则