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

posta 4 anni fa222 visualizzazioni
1 Risposta
0
Risposta accettata

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
con risposta 4 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande