什么是提高ASP.NET网站的表现方式?

问题描述:

大家好,
我想知道什么是提高asp.net网站的性能的最佳实践?
是否有任何工具进行分析?我知道蚂蚁探查器可以使用,但它不是免费下载的。

HI all, I would like to know what are the best practices to improve the performance of the asp.net website? Is there any tool to do the profiling? I am aware that Ant Profiler can be used, but its not free downloadable.

我使用CDN,高速缓存等。

I am using CDN, caching etc.

您可以查看这些MSDN模式与放大器;实践文章:

You might review these MSDN Patterns & Practices articles:

提高.NET应用程序性能和可伸缩性

应用程序性能第3章设计指南

第4章架构和设计审查性能和可伸缩性

第6章提高ASP.NET性能

在我的经验,一般安倍是正确的,即以最好的地方开始是与数据库。

In my experience, Abe is generally correct, that the best place to start is with the database.