guptahanu / google-ajax-apis

Automatically exported from code.google.com/p/google-ajax-apis
0 stars 1 forks source link

Eliminate additional DNS request by loading from IP address. #573

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Although Google's CDN usually speeds up JavaScript downloading, there is one 
downside on using it: it requires additional DNS request (for users with no 
Google JavaScript API's DNS records in their cache) before browser can actually 
start downloading file(s). This DNS request could be eliminated if Google 
offered a anycast IP address that could be used instead of 
http://ajax.googleapis.com.

Original issue reported on code.google.com by paavo-ei...@kaipila.net on 25 Mar 2011 at 5:26