Error rendering macro 'fontawesome-macro' : Page loading failed
AccessError rendering macro 'fontawesome-macro' : Page loading failed
Information- The module provides an overview of all logged requests.
- When you open it for the first time, the requests of the current month are filtered.
- In this module you can delete the requests logged up to a particular point in time at the click of a button.
- Via the link on the time of a request, the Logging module is opened in which you can view the logging records for the request.
| Duration | DB write | DB read | Cache write | Cache read | Serialization | Response write | Logic |
|---|
| Measures the entire runtime from the receipt of the request up to the successful reception of the message by the client | Measures how much time was consumed by writing database queries or deletion/saving of POJOs | Measures how much time was consumed by reading database queries or POJO queries | Measures how much time was consumed by the writing of caches by utilities.cached | Measures how much time was consumed by the reading of caches by utilities.cached | Measures how much time was consumed by the conversion of the results into JSON | Measures how much time was consumed by sending the message to the client | This column contains the remaining duration which could not be distributed to the other columns |