New issue 63 by g...@oreilly.com: update CDN vendor list
http://code.google.com/p/webpagetest/issues/detail?id=63
O'Reilly Media is using Mirror Image for object delivery. Can we ask that
the list of CDN providers be updated?
please add;
{".mirror-image.net", "Mirror Image"},
OR
{".service.mirror-image.net", "Mirror Image"},
taken from;
http://webpagetest.googlecode.com/svn/trunk/agent/wpthook/cdn.h
CDN_PROVIDER cdnList[] = {
{".akamai.net", "Akamai"},
{".akamaiedge.net", "Akamai"},
{".llnwd.net", "Limelight"},
{"edgecastcdn.net", "Edgecast"},
{"hwcdn.net", "Highwinds"},
{".panthercdn.com", "Panther"},
{".simplecdn.net", "Simple CDN"},
{".instacontent.net", "Mirror Image"},
{".footprint.net", "Level 3"},
{".ay1.b.yahoo.com", "Yahoo"},
{".yimg.", "Yahoo"},
{".google.", "Google"},
{"googlesyndication.", "Google"},
{"youtube.", "Google"},
{".googleusercontent.com", "Google"},
{".internapcdn.net", "Internap"},
{".cloudfront.net", "Amazon CloudFront"},
{".netdna-cdn.com", "MaxCDN"},
{".netdna-ssl.com", "MaxCDN"},
{".netdna.com", "MaxCDN"},
{".cotcdn.net", "Cotendo CDN"},
{".cachefly.net", "Cachefly"},
{"bo.lt", "BO.LT"},
{".cloudflare.com", "Cloudflare"},
{".afxcdn.net", "afxcdn.net"},
{".lxdns.com", "lxdns.com"},
{".att-dsa.net", "AT&T"},
{".vo.msecnd.net", "Windows Azure"},
{".voxcdn.net", "VoxCDN"},
{".bluehatnetwork.com", "Blue Hat Network"},
{".swiftcdn1.com", "SwiftCDN"},
{".cdngc.net", "CDNetworks"},
{".fastly.net", "Fastly"},
{".gslb.taobao.com", "Taobao"},
{".gslb.tbcache.com", "Alimama"},
{"END_MARKER", "END_MARKER"}
};
Greg
Comment #1 on issue 63 by PatMee...@gmail.com: update CDN vendor list
http://code.google.com/p/webpagetest/issues/detail?id=63
The code has been updated and it will be included in the next agent release
(withing the next week or so).