Created
August 25, 2016 04:56
-
-
Save sarathlal-old/ff82d6e57d23f421874e610d549a3e2d to your computer and use it in GitHub Desktop.
Common Prefetch Links
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
<!-- Amazon S3 --> | |
<link rel="dns-prefetch" href="//s3.amazonaws.com"> | |
<!-- Google CDN --> | |
<link rel="dns-prefetch" href="//ajax.googleapis.com"> | |
<!-- Microsoft CDN --> | |
<link rel="dns-prefetch" href="//ajax.microsoft.com"> | |
<link rel="dns-prefetch" href="//ajax.aspnetcdn.com"> | |
<!-- CDN JS --> | |
<link rel="dns-prefetch" href="//cdnjs.cloudflare.com"> | |
<!-- Bootstrap CDN --> | |
<link rel="dns-prefetch" href="//netdna.bootstrapcdn.com"> | |
<!-- Google Tag Manager --> | |
<link rel="dns-prefetch" href="//www.googletagmanager.com"> | |
<!-- Google Analytics --> | |
<link rel="dns-prefetch" href="//www.google-analytics.com"> | |
<!-- Google Fonts --> | |
<link rel="dns-prefetch" href="//fonts.googleapis.com"> | |
<!-- Facebook --> | |
<link rel="dns-prefetch" href="//connect.facebook.net"> | |
<!-- Google+ --> | |
<link rel="dns-prefetch" href="//apis.google.com"> | |
<!-- Linkedin --> | |
<link rel="dns-prefetch" href="//platform.linkedin.com"> | |
<!-- Twitter --> | |
<link rel="dns-prefetch" href="//platform.twitter.com"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment