DNS Prefetch – Remove Link
-
I see the following code when looking at View Source:
<link rel=’dns-prefetch’ href=’//173.254.100.84′ />
<link rel=’dns-prefetch’ href=’//fonts.googleapis.com’ />
<link rel=’dns-prefetch’ href=’//s.w.org’ />I want to remove the first line:
<link rel=’dns-prefetch’ href=’//173.254.100.84′ />There is no reason for the site to try to load that, it was the staging platform. It is slowing down load time and I believe is causing a conflict with the All-in-One Events Calendar (looking for the css at 173.254.100.84
How do I accomplish this?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘DNS Prefetch – Remove Link’ is closed to new replies.