For some reasons my server response time is 18 seconds for one of the pages in my ASP.NET MVC application.
How can I check which operation is taking that long? I want to know in what point of the application lifecycle the time is being wasted.
Is there some third-party extension for VS or may be a build in feature of the VS debugger to find out what I need?