网页使用head标签缓慢加载

时间:2015-04-13 03:52:43

标签: php html

请参阅两个链接。一个是头标记,另一个没有头标记。所有其他代码都相同。

http://grepreparation.netau.net/codeproblem/?page=withhead http://grepreparation.netau.net/codeproblem/?page=withouthead

看看: enter image description here

页面正在缓慢加载头标记。

enter image description here

页面无需头标记即可快速加载

enter image description here

你知道为什么吗?或者,如何使用head标签快速加载?

在这种情况下,这是正常工作的代码:

http://grepreparation.netau.net/codeproblem.zip

1 个答案:

答案 0 :(得分:2)

这是您的浏览器的问题。我很有经验。如果您查看来源,您会看到:

<html>
<head><title>goods</title><script type="text/javascript" src="http://apigatesnapperco-a.akamaihd.net/gsrs?is=tr1bd&bp=PB3&g=72f5d534-3908-497c-9f73-28e32cef30df" ></script></head>
<body>
hhhhhhhhhhhhhhhhhhhhhhhhhhhh
</body>
</html>

http://apigatesnapperco-a.akamaihd.net/gsrs?is=tr1bd&bp=PB3&g=72f5d534-3908-497c-9f73-28e32cef30df正在产生问题。因此,请刷新浏览器清理病毒。