为什么 SIFR 在 Chrome 中将此页面呈现为空白页面?

发布于 2024-11-03 05:03:13 字数 191 浏览 2 评论 0原文

在 chrome 中 - http://unitonenine.com/ 加载几秒钟,然后变成空白页面。直到几个月前,该网站都运行良好。

经检查,它只加载 2 个 swf 文件。在 FireFox 中它加载得很好。

有什么想法吗?

In chrome - http://unitonenine.com/ loads for a few seconds that changes into a blank white page. This site was working fine up until a few months ago.

Upon inspection it just loads the 2 swf files. In FireFox it loads just fine.

Any thoughts?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

伏妖词 2024-11-10 05:03:13

我发布了一些有关似乎已删除的同一错误的信息。因此,我浏览了 sifr r436 的 javascript 源代码,发现了这里提到的:

http:// Discuss.joyent.com/viewtopic.php?id=24243

预取函数存在问题,实际上注释预取函数可以解决问题。我查看了上面链接的网站,这不是他们的解决方案。我无法弄清楚他们是如何解决这个问题的,他们网站上的预取功能没有改变。因此,删除预取将使这个问题消失,但重要的是要知道,这会推迟调用闪存文件,直到页面其余部分加载之后,从而减慢总页面加载时间。

I posted some information regarding the same bug that seems to be removed. So I poked around the javascript source for sifr r436 and discovered as was mentioned here:

http://discuss.joyent.com/viewtopic.php?id=24243

That there was an issue with the prefetch function and indeed commenting the prefetch function out fixes the problem. I looked at the site linked above and this is not their solution. I have not been able to figure out how they resolved it, the prefetch function is unchanged on their site. So removing the prefetch would make this problem go away, however it is important to know that this will slow total page load time by putting off calling the flash file until after the rest of the page loads.

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