【发布时间】:2010-08-20 10:24:40
【问题描述】:
我的一个 ASP.NET 网页需要更多时间来加载,我想优化它的性能。在调试期间,我无法找到需要更多时间的地方。看起来一切都很好。 Visual Studio 2008 是否有任何特殊的方式或选项可用于性能调优?
【问题讨论】:
标签: asp.net visual-studio-2008 webforms performance
我的一个 ASP.NET 网页需要更多时间来加载,我想优化它的性能。在调试期间,我无法找到需要更多时间的地方。看起来一切都很好。 Visual Studio 2008 是否有任何特殊的方式或选项可用于性能调优?
【问题讨论】:
标签: asp.net visual-studio-2008 webforms performance
调试可能很慢。如果您发现您的应用程序在Release 模式下运行时速度很慢,那么您的应用程序可能存在问题,您需要查明。您可以阅读how to improve the performance of your ASP.NET application 和10 tips for writing high performance web applications。您也可以使用profiler。
【讨论】:
您可以使用 YSlow 分析客户端是否存在潜在问题,使用 Performance testing tool for code analysis on .NET applications 分析服务器端问题。
【讨论】: