PHP 网站在 Firefox4 上随机挂起

发布于 2024-11-03 02:08:46 字数 307 浏览 3 评论 0原文

我有一个我们编写的网站,已经完美运行了一年多。现在,自从 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

水晶透心 2024-11-10 02:08:47

既然您已经用“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?

烟雨扶苏 2024-11-10 02:08:46

不知道这是否有帮助,尤其是对于纤细的细节,但可能会有帮助。

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/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文