dotTrace
 
2021.3
Get dotTrace
You are viewing the documentation for an earlier version of dotTrace.

Incoming HTTP Requests

Last modified: 16 November 2021

The Incoming HTTP Requests event indicates time intervals where your web application processes incoming HTTP requests. This includes the time between a server receiving a request and it sending a response. Outgoing HTTP requests are not shown.

Select the Incoming HTTP Requests event to analyze how your web app processes requests. For example, to process a request, a web application may communicate with a number of external resources via their APIs, access databases, process data, and so on. Performance flaws in any of these steps may result in overall slow response of your application. In such a case, you can use the Incoming HTTP Requests filter to determine the exact cause and find the methods that run slowly.

When the Incoming HTTP Requests event is selected, the Filters window contains sub-filters that allow you to refine the resulting filter: Incoming HTTP Requests: URL and Incoming HTTP Requests: Method.