Modify Diagnostics module settings
Several of the profilers offer settings to let you filter out selected categories of their data. To modify the settings, simply open the Profilers page and click the Settings link of the respective profiler.
|
Profiler |
Settings |
|
Data Access |
You can select whether to Log operations that depend on disabled root operations. If you enable this option, when the root operation is running, other operations, such as frontend and backend compilations, are logged as well, independently of the root operation's settings.
You can also switch between the default mode or the detailed profiling mode. By default, the Data Access profiler is restrained from logging every SQL query to the database and includes only general information like total queries executed and total time spent executing these queries.
|
|
Http Requests |
You can choose one of the following options:
|
|
Background tasks |
You can disable logging for certain background tasks, for example, the Notification service. |
|
Page Compilations |
You can choose one of the following options:
In addition, you can select whether you want to log compilations no matter whether to log compilations independently of the logging settings for the root operations. To do so, select the Log operations that depend on disabled root operations checkbox. If you enable this option, when the root operation is running, other operations, such as frontend and backend compilations, are logged as well, independently of the root operation's settings |