ASP.NET 页面加载时间过长
我现在正在开发一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您无权访问 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