Client transaction timings
The Client Transaction Timings plugin enhances the system logs by providing additional information about the durations of transactions taking place between the client and the server.
You can track down performance issues to their source by viewing where the time is being consumed, and how time was spent during a transaction.
This plugin requires the
Response Time Indicator
Response
Time Indicator to be enabled, and collects information from the following
browsers:
- Firefox
- Internet Explorer
- Chrome
Client Transactions Information
Installing the plugin adds the Client Transactions module to the
System Logs application. It provides a list of every logged transaction
between client and server within the last day:
| Field | Description |
|---|---|
| Created | Moment the transaction was recorded. |
| Response Time | Number of ms spent by the server in fulfilling the transaction. |
| Business Rule Time | Number of ms spent by business rules triggered by the transaction. |
| SQL Time | Number of ms spent by the SQL database. |
| Client Response Time | (Load_completion_time) - (start_time). It is inclusive of server time. |
| Client Network Time | Number of ms spent by the network the client is connecting through. |
| Browser Time | Number of ms spent by the browser during the transaction. |
| Client Script Time | The number of ms spent executing client scripts. |
| UI Policy Time | Number of ms spent executing ui policy. |
| Type | Type of transaction:
|
| Table | Name of table that appeared. For example, incident, change_request. |
| View | View for this form/list. |
Client Detailed Information
A more detailed breakdown of the client timings for all Form rendering (but not list
rendering) is also tracked. To see details, drill into a particular client transaction
record and observe the related list at the base of the screen.
| Field | Description |
|---|---|
| Order | Order during the load in which this operation occurred. |
| Type | Type of operation. |
| Name | Descriptive name of this particular operation |
| Duration | Number of ms this operation took to complete. |