action | description | "Value of 'wgAction': 'view', 'submit', 'history', etc. Unset for special pages." |
---|
type | "string" |
---|
|
---|
veaction | description | "Value of 'veaction': 'edit', 'editsource', etc. Unset when the visual editor isn't in use." |
---|
type | "string" |
---|
|
---|
connectEnd | description | "The time immediately after the user agent finishes establishing the connection to the server to retrieve the current document." |
---|
type | "integer" |
---|
maximum | 9223372036854775807 |
---|
minimum | 0 |
---|
|
---|
connectStart | description | "The time immediately before the user agent start establishing the connection to the server to retrieve the document." |
---|
type | "integer" |
---|
maximum | 9223372036854775807 |
---|
minimum | 0 |
---|
|
---|
dnsLookup | description | "Time it took to resolve names (domainLookupEnd - domainLookupStart)." |
---|
type | "integer" |
---|
maximum | 9223372036854775807 |
---|
minimum | 0 |
---|
|
---|
domComplete | description | "The time immediately before the user agent sets the current document readiness to "complete"." |
---|
type | "integer" |
---|
maximum | 9223372036854775807 |
---|
minimum | 0 |
---|
|
---|
domInteractive | description | "The time immediately before the user agent sets the current document readiness to "interactive"." |
---|
type | "integer" |
---|
maximum | 9223372036854775807 |
---|
minimum | 0 |
---|
|
---|
netinfoConnectionType | description | "The connection type. See https://developer.mozilla.org/en-US/docs/Web/API/NetworkInformation" |
---|
type | "string" |
---|
|
---|
netinfoEffectiveConnectionType | description | "The browser's impression of the connection type, based on bandwidth/RTT measurements. See https://developer.mozilla.org/en-US/docs/Web/API/NetworkInformation" |
---|
type | "string" |
---|
|
---|
netinfoRtt | description | "The browser's impression of the RTT in milliseconds, based on measurements. See https://developer.mozilla.org/en-US/docs/Web/API/NetworkInformation" |
---|
type | "integer" |
---|
|
---|
netinfoDownlink | description | "The browser's impression of the downlink bandwidth in Mbps, based on measurements. See https://developer.mozilla.org/en-US/docs/Web/API/NetworkInformation" |
---|
type | "number" |
---|
|
---|
fetchStart | description | "The time immediately before the user agent starts checking any relevant application caches." |
---|
type | "integer" |
---|
maximum | 9223372036854775807 |
---|
minimum | 0 |
---|
|
---|
gaps | description | "The gaps in the Navigation Timing metrics. Calculated by taking the sum of: domainLookupStart - fetchStart, connectStart - domainLookupEnd, requestStart - connectEnd and loadEventStart - domComplete" |
---|
type | "integer" |
---|
|
---|
isAnon | description | "True if the user was anonymous; false if logged in." |
---|
required | true |
---|
type | "boolean" |
---|
|
---|
isOversample | description | "Whether this request is an oversample, or a standard sample." |
---|
type | "boolean" |
---|
|
---|
loadEventEnd | description | "The time when the load event of the current document is completed." |
---|
type | "integer" |
---|
|
---|
loadEventStart | description | "The time immediately before the load event of the current document is fired." |
---|
type | "integer" |
---|
maximum | 9223372036854775807 |
---|
minimum | 0 |
---|
|
---|
mobileMode | description | "If in mobile view, specifies the mobile mode. Absent otherwise." |
---|
enum | |
---|
type | "string" |
---|
|
---|
mediaWikiVersion | description | "MediaWiki version string (same as `wgVersion`)" |
---|
type | "string" |
---|
|
---|
originCountry | description | "Country in which request originated, based on GeoIP look-up." |
---|
type | "string" |
---|
|
---|
oversampleReason | description | "The reason that this request was oversampled" |
---|
type | "string" |
---|
|
---|
namespaceId | description | "`page_namespace` of the requested page. Unset for special pages." |
---|
type | "integer" |
---|
|
---|
redirecting | description | "Time spent following redirects." |
---|
type | "integer" |
---|
|
---|
requestStart | description | "the time immediately before the user agent starts requesting the current document from the server, or from relevant application caches or from local resources." |
---|
type | "integer" |
---|
maximum | 9223372036854775807 |
---|
minimum | 0 |
---|
|
---|
responseEnd | description | "the time immediately after the user agent receives the last byte of the current document or immediately before the transport connection is closed, whichever comes first." |
---|
type | "integer" |
---|
maximum | 9223372036854775807 |
---|
minimum | 0 |
---|
|
---|
responseStart | description | "The time immediately after the user agent receives the first byte of the response from the server, or from relevant application caches or from local resources." |
---|
type | "integer" |
---|
maximum | 9223372036854775807 |
---|
minimum | 0 |
---|
|
---|
secureConnectionStart | description | "The time immediately before the user agent starts the handshake process to secure the current connection." |
---|
type | "integer" |
---|
maximum | 9223372036854775807 |
---|
minimum | 0 |
---|
|
---|
unload | description | "The time spent unload (unloadEventEnd - unloadEventStart)" |
---|
type | "integer" |
---|
|
---|
mediaWikiLoadEnd | description | "The time at which all ResourceLoader modules for this page have completed loading and executing." |
---|
type | "integer" |
---|
maximum | 9223372036854775807 |
---|
minimum | 0 |
---|
|
---|
revId | description | "Revision ID of requested page. Unset for special pages." |
---|
type | "integer" |
---|
|
---|
mwSpecialPageName | description | "If the page being measured is a Special Page, this will contain the name of the page" |
---|
type | "string" |
---|
|
---|
pageviewToken | description | "Token unique to current page's JS execution context. Used to link NavTiming data to survey responses." |
---|
type | "string" |
---|
|
---|
transferSize | description | "Transfer size of the main document, in octets." |
---|
type | "integer" |
---|
|
---|
deviceMemory | description | "The available RAM on the device, in MB. See https://developer.mozilla.org/en-US/docs/Web/API/Navigator/deviceMemory" |
---|
type | "number" |
---|
|
---|
hardwareConcurrency | description | "The number of logical CPU cores on the device. See https://developer.mozilla.org/en-US/docs/Web/API/NavigatorConcurrentHardware/hardwareConcurrency" |
---|
type | "number" |
---|
|
---|
cacheResponseType | description | "Edge cache response type (eg. "miss", "hit-front"). Collected via the Server Timing API when available. See: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Server-Timing" |
---|
type | "string" |
---|
|
---|