【问题标题】:performance tuning of ASP.NET webpageASP.NET网页的性能调优
【发布时间】:2010-08-20 10:24:40
【问题描述】:

我的一个 ASP.NET 网页需要更多时间来加载,我想优化它的性能。在调试期间,我无法找到需要更多时间的地方。看起来一切都很好。 Visual Studio 2008 是否有任何特殊的方式或选项可用于性能调优?

【问题讨论】:

    标签: asp.net visual-studio-2008 webforms performance


    【解决方案1】:

    调试可能很慢。如果您发现您的应用程序在Release 模式下运行时速度很慢,那么您的应用程序可能存在问题,您需要查明。您可以阅读how to improve the performance of your ASP.NET application10 tips for writing high performance web applications。您也可以使用profiler

    【讨论】:

      【解决方案2】:

      您可以使用 YSlow 分析客户端是否存在潜在问题,使用 Performance testing tool for code analysis on .NET applications 分析服务器端问题。

      【讨论】:

        猜你喜欢
        • 2019-04-02
        • 1970-01-01
        • 2013-07-13
        • 1970-01-01
        • 2015-06-07
        • 2021-07-22
        • 2013-05-26
        • 2013-10-17
        • 2018-03-06
        相关资源
        最近更新 更多