Monday 1 August 2011

What .Net Site Performance Tools Are There?

If I'm building a site in ASP.Net, what tools are there to help determine performance bottlenecks?

  1. ANTS Performance Profiler
  2. Use Response.Write at the beginning and end of each method and include timings to see how long each method takes
  3. Add Trace=True directive on each ASPX page to get a breakdown of the time elapsed in each page's life-cycle.

No comments:

Post a Comment