Performance recommendations don't detect CloudFront as CDN
|
08-12-2013, 10:59 PM
Post: #1
|
|||
|
|||
Performance recommendations don't detect CloudFront as CDN
The performance recommendations don't seem to correctly identify CloudFront embedded resources.
For example: http://www.webpagetest.org/performance_o...1&cached=0 Quote:Use a CDN for all static assets: 75/100 It detects the whole site as being on CloudFront, but not those images. Looking specifically at the requests: http://www.webpagetest.org/result/130812.../#request3 They're definitely via CloudFront: Quote:GET /s/CC_BY_NC_SA-flickr_manachar.jpg HTTP/1.1 |
|||
08-13-2013, 05:51 AM
Post: #2
|
|||
|
|||
RE: Performance recommendations don't detect CloudFront as CDN
Hmm, thanks. I think you may have hit an edge condition where the browser didn't do a DNS lookup for that domain because the base page was CNAME'd to it and my code was depending on the DNS lookups to identify the CDN.
I just added the cloudfront via header as a fallback for detection. It will probably be a few days before it is live on the production system but it should be fixed soon. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)