---
sourceDocument: Australia Platform security
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/platform-security

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia Platform security

ft:clusterId :

    - psec

bundleId :

    - psec

workflow :

    - Platform


---

# Client transaction timings

# Client transaction timings {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

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](https://www.servicenow.com/docs/access?context=c_ResponseTimeIndicator&version=australia&pubname=australia-platform-user-interface&ft:locale=en-US) [Response
Time Indicator](https://www.servicenow.com/docs/access?context=c_ResponseTimeIndicator&version=australia&pubname=australia-platform-user-interface&ft:locale=en-US) to be enabled, and collects information from the following browsers:

* Firefox
* Internet Explorer
* Chrome
{#r_ClientTransactionTimings__ul_f4f_fjs_44}

## Client Transactions Information {#r_ClientTransactionTimings__section_jfg_ztc_jjb}

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: {#r_ClientTransactionTimings__table_h2d_ljs_44__entry__2}

| 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: * Form * List * Other {#r_ClientTransactionTimings__ul_adx_5tc_jjb} |
| Table | Name of table that appeared. For example, incident, change_request. |
| View | View for this form/list. |
[Tabelle : 1. Client Transactions Information]

{#r_ClientTransactionTimings__table_h2d_ljs_44}

## Client Detailed Information {#r_ClientTransactionTimings__section_pyj_b5c_jjb}

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. {#r_ClientTransactionTimings__table_d4p_hks_44__entry__2}

| 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. |
[Tabelle : 2. Client Detailed Information]

{#r_ClientTransactionTimings__table_d4p_hks_44}

