Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Slow transactions log record detail

As an administrator, you can use Slow Transactions logs to gain insight into how transactions are affecting platform performance. To aid in debugging, you can filter transaction log detail by application scope, limiting transactions to only those transactions originating in specific scopes.

FieldDescription
Average execution time (ms)Average duration to execute the transaction, in a single occurrence, in milliseconds.
Execution countNumber of similar occurrences that are aggregated.
Total execution timeTotal sum of the execution times for the aggregated executions of the transaction.
Average client time (ms)Average duration to execute the transaction on the client, in a single occurrence, in milliseconds.
Total client time (ms)Total sum of the transaction execution times for the aggregated occurrences on the client, in milliseconds.
Origin applicationApplication scope the transaction originated in. Global appears if the transaction originated in the global scope.
Example typeExample transaction type executed.
Example processorExample processor for an individual transaction.