Created
January 30, 2018 03:41
-
-
Save fazlurr/4bf43d297e0ccc9a6b0b5a7782e65790 to your computer and use it in GitHub Desktop.
Common Prefetch Links
This file contains hidden or 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