Results 1 - 20 of 28

PerformanceNavigation

The PerformanceNavigation interface represents information about how the navigation to the current document was done.
API Navigation Timing PerformanceNavigation

PerformanceTiming

The PerformanceTiming interface represents timing-related performance information for the given page.
API Navigation Timing

PerformanceNavigation.type

The PerformanceNavigation.type read-only property returns an unsigned short containing a constant describing how the navigation to this page was done. Possible values are:
API Navigation Timing PerformanceNavigation Property Read-only

PerformanceTiming.connectEnd

The PerformanceTiming.connectEnd read-only property returns an unsigned long long representing the moment, in miliseconds since the UNIX epoch, where the connection is opened network. If the transport layer reports an error and the connection establishment is started again, the last connection establisment end time is given. If a persistent connection is used, the value will be the same as PerformanceTiming.fetchStart. A connection is considered as opened when all secure connection handshake, or SOCKS authentication, is terminated.
API Navigation Timing PerformanceTiming Property Read-only

PerformanceTiming.requestStart

The PerformanceTiming.requestStart read-only property returns an unsigned long long representing the moment, in miliseconds since the UNIX epoch, when the browser sent the request to obtain the actual document, from the server or from a cache. If the transport layer fails after the start of the request and the connection is reopened, this property will be set to the time corresponding to the new request.
API Navigation Timing PerformanceTiming Property Read-only

PerformanceTiming.secureConnectionStart

The PerformanceTiming.secureConnectionStart read-only property returns an unsigned long long representing the moment, in miliseconds since the UNIX epoch, where the secure connection handshake starts. If no such connection is requested, it returns 0.
API Navigation Timing PerformanceTiming Property Read-only

PerformanceTiming.unloadEventEnd

The PerformanceTiming.unloadEventEnd read-only property returns an unsigned long long representing the moment, in miliseconds since the UNIX epoch, the unload event handler finishes. If there is no previous document, or if the previous document, or one of the needed redirects, is not of the same origin, the value returned is 0.
API Navigation Timing PerformanceTiming Property Read-only

PerformanceTiming.unloadEventStart

The PerformanceTiming.unloadEventStart read-only property returns an unsigned long long representing the moment, in miliseconds since the UNIX epoch, the unload event has been thrown. If there is no previous document, or if the previous document, or one of the needed redirects, is not of the same origin, the value returned is 0.
API Navigation Timing PerformanceTiming Property Read-only

Performance

The Performance interface represents timing-related performance information for the given page.
API Interface Navigation Timing Performance performance Reference Web Performance

Performance.timing

The Performance.timing read-only property returns a PerformanceTiming object containing latency-related performance information.
API Navigation Timing Performance performance Property Read-only

PerformanceNavigation.redirectCount

The PerformanceNavigation.redirectCount read-only property returns an unsigned short representing the number of REDIRECTs done before reaching the page.
API HTML Navigation Timing PerformanceNavigation Property Read-only

PerformanceTiming.connectStart

The PerformanceTiming.connectStart read-only property returns an unsigned long long representing the moment, in miliseconds since the UNIX epoch, where the request to open a connection is sent to the network. If the transport layer reports an error and the connection establishment is started again, the last connection establisment start time is given. If a persistent connection is used, the value will be the same as PerformanceTiming.fetchStart.
API HTML Navigation Timing PerformanceTiming Property Read-only

PerformanceTiming.domainLookupEnd

The PerformanceTiming.domainLookupEnd read-only property returns an unsigned long long representing the moment, in miliseconds since the UNIX epoch, where the domain lookup is finished. If a persistent connection is used, or the information is stored in a cache or a local resource, the value will be the same as PerformanceTiming.fetchStart.
API fetchStart Navigation Timing PerformanceTiming Property Reference Référence

PerformanceTiming.domainLookupStart

The PerformanceTiming.domainLookupStart read-only property returns an unsigned long long representing the moment, in miliseconds since the UNIX epoch, where the domain lookup starts. If a persistent connection is used, or the information is stored in a cache or a local resource, the value will be the same as PerformanceTiming.fetchStart.
API Navigation Timing PerformanceTiming Property Read-only Reference Référence

PerformanceTiming.domComplete

The PerformanceTiming.domComplete read-only property returns an unsigned long long representing the moment, in miliseconds since the UNIX epoch, when the parser finished its work on the main document, that is when its Document.readyState changes to 'complete' and the corresponding readystatechange event is thrown.
API HTML Navigation Timing PerformanceTiming Property Read-only

PerformanceTiming.domContentLoadedEventEnd

The PerformanceTiming.domContentLoadedEventEnd read-only property returns an unsigned long long representing the moment, in miliseconds since the UNIX epoch, right after all the scripts that need to be executed as soon as possible, in order or not, has been executed.
API domContentLoadedEventEnd Navigation Timing PerformanceTiming Property Read-only

PerformanceTiming.domContentLoadedEventStart

The PerformanceTiming.domContentLoadedEventStart read-only property returns an unsigned long long representing the moment, in miliseconds since the UNIX epoch, right before the parser sent the DOMContentLoaded event, that is right after all the scripts that need to be executed right after parsing has been executed.
API domContentLoadedEventStart Navigation Timing PerformanceTiming Property Read-only

PerformanceTiming.domInteractive

The PerformanceTiming.domInteractive read-only property returns an unsigned long long representing the moment, in miliseconds since the UNIX epoch, when the parser finished its work on the main document, that is when its Document.readyState changes to 'interactive' and the corresponding readystatechange event is thrown.
API domInteractive Navigation Timing PerformanceTiming Property Read-only

PerformanceTiming.domLoading

The PerformanceTiming.domLoading read-only property returns an unsigned long long representing the moment, in miliseconds since the UNIX epoch, when the parser started its work, that is when its Document.readyState changes to 'loading' and the corresponding readystatechange event is thrown.
API domxref Navigation Timing PerformanceTiming Property Reference Référence