The Browser Result Details view contains information about check results in a number of charts, graphs and tables. This view is most useful for analyzing browser results for scenarios. The type of information displayed in the view depends on the check type. For a scenario, several aspects of the check are shown in different areas.
...
Result Message
The result message Result Message of a Browser Check contains useful summarizing information. The following message is an example of a result message:
...
The message is informing the user that a 6-step, 6-page scenario has returned with a given Severity Message (in the above example, the severity was Informational indicating the check passed).
Metrics Section
Domains
The Domains section displays a table containing the domains accessed in the check. For each, aggregated information about traffic volumes and percentages is shown.
...
The Metrics Section contains useful information regarding browser metrics.
Total browser render time
is the response time from the start of the navigation until the last request is completed.
Total response time
is the sum of the response time of all the objects that were loaded during the execution. Total response time is calculated serially.
Total page size
is the sum of the response sizes of all loaded objects in bytes.
DOM content loaded
is the time it took for the check to reach the DOM content loaded event after navigation started.
DOM complete
is the time it took for the check to reach the DOM complete event after navigation started.
DNS lookup
is the time the check took to perform DNS lookup for the scenario.
Domains
The Domains section displays a table containing the domains accessed in the check. For each, aggregated information about traffic volumes and percentages is shown.
...
Column | Description |
---|---|
Domain | URL for the domain. |
Size | Absolute traffic size and percentage. |
Time | Absolute traffic time and percentage. |
Count | Number of urls and percentage. |
Timeline | Graphical representation of the transactions. |
...