maverick1995 / webpagetest

Automatically exported from code.google.com/p/webpagetest
4 stars 2 forks source link

update CDN vendor list #63

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

Original issue reported on code.google.com by g...@oreilly.com on 6 Feb 2012 at 11:16

GoogleCodeExporter commented 9 years ago
The code has been updated and it will be included in the next agent release 
(withing the next week or so).

Original comment by PatMee...@gmail.com on 13 Feb 2012 at 2:44

GoogleCodeExporter commented 9 years ago
Can we ask that the list of CDN providers be updated? 

please add;

  {".inscname.net", "Instart Logic"},

Original comment by clamb...@instartlogic.com on 17 Jun 2014 at 10:56

GoogleCodeExporter commented 9 years ago
May we ask to add the following CDN provider to the list

  {".cdn.tuxis.nl", "Tuxis Internet Engineering"},

It is a CDN provider from the Netherlands

Original comment by http...@gmail.com on 29 Sep 2014 at 11:11

GoogleCodeExporter commented 9 years ago
@httpsit, can you open an issue on the github project? 
https://github.com/WPO-Foundation/webpagetest/issues

That said, from what I could tell from looking, the Tuxis "CDN" is not a 
distributed serving infrastructure but rather a static file server in the same 
location (which isn't what WebPagetest is checking for).

Original comment by PatMee...@gmail.com on 30 Sep 2014 at 1:15