html - What exactly link tag with rel dns-prefetch does? -


can explain in two, 3 words?

on websites straight after <head> saw several link tags attribute:

<link rel="dns-prefetch" href="http://www.googletagmanager.com" /> <link rel="dns-prefetch" href="http://www.google-analytics.com" /> <link rel="dns-prefetch" href="http://pagead2.googlesyndication.com" /> <link rel="dns-prefetch" href="http://googleads.g.doubleclick.net" /> 

what reason , "domains" should put href?


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -