Requests

  Previous topic Next topic JavaScript is required for the print function Mail us feedback on this topic! Mail us feedback on this topic!  

This tab is displayed only when one of the bulk keys described here is used or when the following key is added to the AppSettings section of your web.config file:

 

<add key="CMSDebugRequests" value="true"/>

 

On the Debug -> Requests tab, you can see the time each of the recent page requests took to process. You not only see the overall time, but also separate times of particular parts of each requests, along with other detailed information about the request.

 

This is particularly useful if your response time is too large and you need to figure out why. You can basically see whether the issue is outside the application or inside it by comparing the real response time and response time spent in the application, what data came with the request and from which context.

 

The log can be cleared using the Clear request log button.

 

 

Page url: http://devnet.kentico.com/docs/5_5r2/contexthelp/index.html?debugrequests_tab.htm