新部署的网站(在新环境中)仅在 IE 中呈现缓慢

发布于 2024-09-12 02:25:02 字数 313 浏览 6 评论 0原文

我们有一个全新的部署环境来测试 ASP.NET 网站构建。我已经将网站的最新版本部署到了这个新服务器(规范不错,绝不是无精打采),但是当我在 IE 中点击新页面时,它们的渲染速度非常慢,大约需要一分钟才能渲染页面。但是,在 Firefox 和其他浏览器中,它可以正常速度(不到 1 秒)正确呈现。 鉴于它在所有其他浏览器中呈现良好,并且在 IE 7 和 IE 7 中本地运行代码时可以正常工作。 8、我假设它是一个环境/设置问题,但不知道要检查什么来解释为什么它在 IE 中渲染得这么差。服务器是2008r2,运行IIS7。

如果有人知道造成这种情况的原因,我们将不胜感激。

谢谢

We have a brand new deployment environment for testing asp.net website builds. I’ve deployed the latest version of the website to this new server (decent specification, by no means a slouch) but when I hit the new pages in IE they render horrendously slow, taking about a minute to render the page. However, in Firefox and other browsers it renders correctly at normal speed (sub 1-second).
Given it renders fine in all other browsers, and works correctly when running the code locally in IE 7 & 8, I’m assuming its an environment/setup issue but do not know what to check as to why it is rendering so poorly in IE. The server is 2008r2 running IIS7.

If anyone has any ideas what is causing this, it would be greatly appreciated.

Thanks

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

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

发布评论

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

评论(1

黒涩兲箜 2024-09-19 02:25:02

您可能已经检查过这一点,但如果您使用的是网站项目模型,则应用程序在部署之前不会预编译。 “由于页面在首次访问时必须自动编译,因此在部署后首次请求 ASP.NET 页面时,可能会出现短暂但明显的延迟。” *ASP.NET 参考 如果您总是访问您的网站部署后先用IE;这可以解释为什么延迟似乎只发生在 IE 中。

You may have already checked this but if you are using the web site project model then the application is not precompiled before deployment. "Because the pages must be automatically compiled when they are first visited, there can be a short but noticeable delay when an ASP.NET page is requested for the first time after being deployed." *ASP.NET reference If you are always hitting your site with IE first after deployment; that may explain why the delay appears to be only occuring in IE.

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