I dropped some external domains that were being referenced, just to test and it broke my site. It could very well be one of the domains I put in. Again, need some guidance on how to use this new option.
fonts.googleapis.com
badges.gravityscan.com
checkout.stripe.com
fonts.gstatic.com
3 weeks? My last 2 tickets going ignored. You there Jody?
You will be pleased to know, have finally started on docs.
The option actually works as follows:
For each domain added in “Prefetch host list” the code removes the protocol (“http://” or “https://”) because doesn’t need and add a meta tag in HTML following the format:
<link rel=”dns-prefetch” href=”%DOMAIN_NAME%” />
It’s a very basic and simple feature. For more info on how it works: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-DNS-Prefetch-Control .