DomCreationLatencyEvent Class

DomCreationLatencyEvent Class

Raised by:  TAS
Base Class:  LatencyEvent
Derived Classes:  None

DomCreationLatencyEvent provides a way to log the elapsed time during creation of the DOM (XML Document Object Model) while loading a page.

DomCreationLatencyEvent has the following properties:

Property

Type

Description

Latency

Long

The number of milliseconds that elapsed during the latency event.

Remarks

Larger or more complicated pages may have greater latency. This event enables developers to measure performance changes that result from changing the contents of a page.

See Also

Event Logging Class Hierarchy | Logging and Analyzing Events | CommonEvent| Event Filters | Filtering Logged Events