ASP.NET 页面加载时间过长

发布于 2024-12-05 18:20:21 字数 188 浏览 1 评论 0原文

我现在正在开发一个 WordPress 网站,并且有一些 ASP.NET 页面链接到该网站的不同目录中。我正在使用最新版本的 WordPress 和 .NET 4 Integrated。

现在,当我单击其中一个 ASP.NET 页面时,加载时间大约为 30 秒。这也导致了Web请求超时。

有什么想法可能导致这种情况发生吗?谢谢。

I'm working on a WordPress site right now and I have a few ASP.NET pages that I'm linking to in a different directory on the site. I'm using the latest version of WordPress and .NET 4 Integrated.

Right now when I click on one of the ASP.NET pages it is taking about 30 seconds to load. This also caused the web request to time out.

Any ideas what might be causing this to happen? Thanks.

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

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

发布评论

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

评论(1

迷雾森÷林ヴ 2024-12-12 18:20:21

如果您无权访问 ASP.NET 内容的源,最好的办法是尝试使用 web.config 在这些页面上启用跟踪,或者使用某些外部资源(例如 Y!Slow FireFox 加载项)。请参阅启用跟踪的链接:http://msdn.microsoft.com/en-我们/library/bb386420.aspx

Your best bet if you don't have access to the source for the ASP.NET content is trying to enable tracing on those pages using the web.config, or to use some external resource like the Y!Slow FireFox add-in. See the link for enabling tracing: http://msdn.microsoft.com/en-us/library/bb386420.aspx

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