Last active
November 14, 2020 17:11
-
-
Save spacedawwwg/d5150c061c56223c6df6f9099adc41b3 to your computer and use it in GitHub Desktop.
Common DNS Prefetch Domains
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Google CDN --> | |
<link rel="dns-prefetch" href="//ajax.googleapis.com"> | |
<!-- Google API --> | |
<link rel="dns-prefetch" href="//apis.google.com"> | |
<!-- Google Fonts --> | |
<link rel="dns-prefetch" href="//fonts.googleapis.com"> | |
<link rel="dns-prefetch" href="//fonts.gstatic.com"> | |
<!-- Google Analytics --> | |
<link rel="dns-prefetch" href="//www.google-analytics.com"> | |
<!-- Google Tag Manager --> | |
<link rel="dns-prefetch" href="//www.googletagmanager.com"> | |
<!-- Google Publisher Tag --> | |
<link rel="dns-prefetch" href="//www.googletagservices.com"> | |
<!-- Google AdSense --> | |
<link rel="dns-prefetch" href="//adservice.google.com"> | |
<link rel="dns-prefetch" href="//pagead2.googlesyndication.com"> | |
<link rel="dns-prefetch" href="//tpc.googlesyndication.com"> | |
<!-- Google Blogger --> | |
<link rel="dns-prefetch" href="//bp.blogspot.com"> | |
<link rel="dns-prefetch" href="//1.bp.blogspot.com"> | |
<link rel="dns-prefetch" href="//2.bp.blogspot.com"> | |
<link rel="dns-prefetch" href="//3.bp.blogspot.com"> | |
<link rel="dns-prefetch" href="//4.bp.blogspot.com"> | |
<!-- Microsoft CDN --> | |
<link rel="dns-prefetch" href="//ajax.microsoft.com"> | |
<link rel="dns-prefetch" href="//ajax.aspnetcdn.com"> | |
<!-- Amazon S3 --> | |
<link rel="dns-prefetch" href="//s3.amazonaws.com"> | |
<!-- Cloudflare CDN --> | |
<link rel="dns-prefetch" href="//cdnjs.cloudflare.com"> | |
<!-- jQuery CDN --> | |
<link rel="dns-prefetch" href="//code.jquery.com"> | |
<!-- Bootstrap CDN --> | |
<link rel="dns-prefetch" href="//stackpath.bootstrapcdn.com"> | |
<!-- Font Awesome CDN --> | |
<link rel="dns-prefetch" href="//use.fontawesome.com"> | |
<!-- Facebook --> | |
<link rel="dns-prefetch" href="//connect.facebook.net"> | |
<!-- Twitter --> | |
<link rel="dns-prefetch" href="//platform.twitter.com"> | |
<!-- Linkedin --> | |
<link rel="dns-prefetch" href="//platform.linkedin.com"> | |
<!-- Vimeo --> | |
<link rel="dns-prefetch" href="//player.vimeo.com"> | |
<!-- GitHub --> | |
<link rel="dns-prefetch" href="//github.githubassets.com"> | |
<!-- Disqus --> | |
<link rel="dns-prefetch" href="//referrer.disqus.com"> | |
<link rel="dns-prefetch" href="//c.disquscdn.com"> | |
<!-- Gravatar --> | |
<link rel="dns-prefetch" href="//0.gravatar.com"> | |
<link rel="dns-prefetch" href="//2.gravatar.com"> | |
<link rel="dns-prefetch" href="//1.gravatar.com"> | |
<!-- BuySellads --> | |
<link rel="dns-prefetch" href="//stats.buysellads.com"> | |
<link rel="dns-prefetch" href="//s3.buysellads.com"> | |
<!-- DoubleClick --> | |
<link rel="dns-prefetch" href="//ad.doubleclick.net"> | |
<link rel="dns-prefetch" href="//googleads.g.doubleclick.net"> | |
<link rel="dns-prefetch" href="//stats.g.doubleclick.net"> | |
<link rel="dns-prefetch" href="//cm.g.doubleclick.net"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment