PHP 网站在 Firefox4 上随机挂起
我有一个我们编写的网站,已经完美运行了一年多。现在,自从 Firefox4 发布以来,我们注意到了一个问题。页面随机挂起。我尝试过 IE8/9、Chrome10+、Safari 和 Opera,但从未注意到这个问题。
关于追踪这个问题的方法有什么想法吗?我试图避免扔进一堆调试代码,因为这是一个实时销售网站。
**
检查了 firebug,当它挂起时,没有加载 js。它似乎随机阻塞的行是
I have a website that we coded that has worked flawlessly for over a year. Now since Firefox4 is out we have noticed an issue. Randomly the page just hangs. I have tried IE8/9, Chrome10+, Safari and Opera and have never noticed the issue.
Any ideas on a way to track down this issue? I am trying to avoid tossing a bunch of debug code in since this is a live sales site.
**
Checked in firebug and while its hanging there is no js loaded. The line that it appears to be choking randomly on is <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
既然您已经用“javascript”标记了问题 - 也许您在加载文档后在 JavaScript 中执行了
document.write
?Since you have tagged question with 'javascript' -- maybe you have
document.write
somewhere in JavaScript executing after document has been loaded?不知道这是否有帮助,尤其是对于纤细的细节,但可能会有帮助。
http://www.fiddler2.com/fiddler2/
Don't know if this will help, especially with the slim details, but it may.
http://www.fiddler2.com/fiddler2/