渐进式渲染和代理服务器

发布于 2024-08-08 15:39:37 字数 261 浏览 3 评论 0原文

这是我的第一篇文章!

拥有大量渐进呈现的数据(使用经典 ASP),并且在 IE 和 Firefox 中一切正常。然而,当我在学校环境中(即在防火墙后面并通过代理服务器)查看完全相同的页面时,该页面仅在 Firefox 中逐步呈现。在 IE(6、7 和 8)中,页面的全部内容会在一次渲染之前加载(15 秒!)。

我猜这与 IE 和代理的通信方式有关,但我对此不太了解?

任何帮助(其他论坛(这似乎是最有可能的!)或有用的链接)将不胜感激。

标记

This is my first post!!

Have a large amount of data that is rendered progressively (using classic ASP) and all works fine in IE and Firefox. However, when I view the exact same page from within a school environment (i.e. behind a firewall and via a proxy server) the page only renders progressively in Firefox. In IE (6, 7 and 8) the entire contents of the page are loaded (15 seconds!) before the whole lot is rendered at once.

I'm guessing it's something to do with how IE and the proxy are communicating but I don't know much about this?

Any help at all (other forums (this seems to be the one most likely!) or useful links) would be greatly appreciated.

Mark

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

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

发布评论

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

评论(2

莫相离 2024-08-15 15:39:37

请注意,Fiddler 本身是一个代理,因此这可能是一个混淆因素。

您通常需要使用较低级别的工具(例如 NetMon,www.fiddler2.com/redir/?id=netmon)来查看发生了什么。

有可能(可能?)代理服务器正在缓冲整个 HTTP 响应(就像 Fiddler 所做的那样,除非您按下“流式处理”按钮)并扫描它是否存在恶意内容,然后将其全部返回到 IE。如果它只是为 IE 用户代理(而不是 Firefox)执行此操作,那就可以解释您所看到的内容。

Note, Fiddler itself is a proxy, so this can be a confounding factor.

You'll generally want to use a lower-level tool (like NetMon, www.fiddler2.com/redir/?id=netmon) to see what's going on.

It's possible (likely?) the the proxy server is buffering the entire HTTP response (as Fiddler will do unless you push the "Streaming" button) and scanning it for malicious content before returning it to IE all in one block. If it was only doing that for IE user-agents (and not for Firefox) that would explain what you're seeing.

溺深海 2024-08-15 15:39:37

运行 Fiddler 并比较每个浏览器在使用和不使用代理的情况下的行为。

Run Fiddler when and compare the behavior of each browser with and without the proxy.

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