HAR::PageTimings
Inherits JSON::Serializable < Reference < Object
This object describes timings for various events (states) fired during the page load. All times are specified in milliseconds.
NOTE: If a time info is not available appropriate field is set to -1.
Depeding on the browser, on_content_load property represents
DOMContentLoad event or document.readyState == interactive.
Constructors
Instance methods
Content of the page loaded. Number of milliseconds since
page load started (page.startedDateTime).
NOTE: Use -1 if the timing does not apply to the current request.
Content of the page loaded. Number of milliseconds since
page load started (page.startedDateTime).
NOTE: Use -1 if the timing does not apply to the current request.
Page is loaded (onLoad event fired). Number of milliseconds
since page load started (page.startedDateTime).
NOTE: Use -1 if the timing does not apply to the current request.