Client-side measurements

TruClient client-side graphs provide you with information on the client-side behavior and user experience. This data is displayed for all Vusers.

DOM interactive graph

This graph displays the average time per document, in milliseconds, since the browser has finished parsing all of the HTML and DOM construction is complete.

Purpose

Helps you evaluate the client-side experience of document loading.

X-axis

Elapsed time since the start of the scenario run.

Y-axis

The average time per document, in milliseconds, until DOM construction is complete.

Back to top

Page DOMContentLoaded Event Duration graph

This graph displays the average time per document, in milliseconds, it takes for the DOMContentLoaded event to occur (a point when the document been completely loaded and parsed without waiting for stylesheets, images, and subframes to finish loading).

Purpose

Helps you evaluate the client-side experience of document loading.

X-axis

Elapsed time since the start of the scenario run.

Y-axis

The average time per document, in milliseconds, for the DOMContentLoaded event to occur.

Back to top

Page Load Event Duration graph

This graph displays the average time per document, in milliseconds, it takes for the load event to occur (a point when the whole page has loaded, including all dependent resources such as stylesheets and images).

Purpose

Helps you evaluate the client-side experience of page loading.

X-axis

Elapsed time since the start of the scenario run.

Y-axis

The average time per document, in milliseconds, for the load event to occur.

Back to top