ASP.NET MVC Application performance profiling

前端 未结 6 2248
长发绾君心
长发绾君心 2021-02-07 01:02

How are people currently profiling the performance of their ASP.NET MVC applications?

I\'d be most interested in simple and free approaches.

6条回答
  •  忘了有多久
    2021-02-07 01:40

    Can you use this technique? It's free and it works with any language or platform. It precisely locates points to optimize, though as a measurement method it is imprecise. It is low-tech, but here's discussion of why it works.

提交回复
热议问题