网站速度慢但找不到罪魁祸首
我有一个滑雪度假网站 http://www.powderwhite.com,Google 网站管理员工具说该网站速度很慢 (70%比互联网上的其他网站慢)。
问题是 Google 开发者工具说我们已经完成了提高速度所需的 90%,速度测试还显示该网站相当快,并且同一虚拟服务器上托管的其他网站速度更快。
我认为我们对网站本身做了很多工作以使其速度更快,但托管提供商说这不是他们的服务器。有人知道可能出了什么问题吗? (我怀疑 jQuery 或某些 javascript 正在减慢网站速度)。
I have a ski holiday website http://www.powderwhite.com which Google Webmaster Tools say is slow (70% slower than other websites on the Internet).
Problem is that Google Developer Tools say we have done 90% of what is required to improve speed, speed tests also show the site is fairly fast and other websites hosted on the same virtual server are faster.
I think we have done lots to the site itself to make it fast and the hosting provider is saying it is not their servers. Anybody know what may be wrong? (I suspect jQuery or some javascript is slowing the site).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试使用 fiddler 工具。您可以启动它,然后在 IE 中打开网站,在 fiddler 中您可以看到页面上加载的每个元素。在右侧窗格中,您可以查看统计信息和检查器,以查看是否有一个图像或文件响应缓慢。
Try using fiddler tool. You can launch this then open the website in IE and in fiddler you can see each of the elements loaded on the page. In the right window pane you can look at the statistics and inspectors to see if there is one image or file that is giving a slow response.