Copyright © 2019 W3C® (MIT, ERCIM, Keio, Beihang). W3C liability, trademark and permissive document license rules apply.
This document provides a registry of PerformanceEntry.entryType
used in Performance Timeline [PERFORMANCE-TIMELINE-2].
This section describes the status of this document at the time of its publication. Other documents may supersede this document. A list of current W3C publications and the latest revision of this technical report can be found in the W3C technical reports index at https://www.w3.org/TR/.
For updates, see Registration Entry Requirements and Update Process.
This document was published by the Web Performance Working Group as a First Public Working Draft.
GitHub Issues are preferred for discussion of this specification.
Publication as a First Public Working Draft does not imply endorsement by the W3C Membership. This is a draft document and may be updated, replaced or obsoleted by other documents at any time. It is inappropriate to cite this document as other than work in progress.
This document was produced by a group operating under the W3C Patent Policy. The group does not expect this document to become a W3C Recommendation. W3C maintains a public list of any patent disclosures made in connection with the deliverables of the group; that page also includes instructions for disclosing a patent. An individual who has actual knowledge of a patent which the individual believes contains Essential Claim(s) must disclose the information in accordance with section 6 of the W3C Patent Policy.
This document is governed by the 1 March 2019 W3C Process Document.
This section is non-normative.
Performance Timeline [PERFORMANCE-TIMELINE-2] defines primitives that
enable web developers to access, instrument, and retrieve various performance
metrics from the full lifecycle of a web application. The performance data of
various metrics is hosted in PerformanceEntry
objects. The
type of interface for a PerformanceEntry
object is
identified with entryType
.
This registry is intended to provide a central location for enumerating
identified interface types of PerformanceEntry
object.
PerformanceEntry.entryType
,
where the scope of uniqueness is the entryType
itself.
availableFromTimeline
boolean
indicating whether this entry type is available from the
Performance interface. maxBufferSize
indicating the maximum
buffer size for this entry type.An update to this registry is an addition, change or deletion of an identifier. Any person can request an update to this registry by pull requests to the timing-entrytypes-registry repository. The Web Performance Working Group will place it on an upcoming meeting agenda and notify the requestor. Consideration and disposition of the request is by consensus of the W3C Web Performance Working Group. The Chair will then notify the requestor of the outcome and update the registry accordingly.
This section is the registry of identified PerformanceEntry.entryType
values for performance timeline interfaces [PERFORMANCE-TIMELINE-2].
entryType Identifier |
Interface Type(s) | availableFromTimeline |
maxBufferSize |
Public Specification(s) | Requestor Contact |
---|---|---|---|---|---|
"mark" |
PerformanceMark
|
True |
Infinite |
[USER-TIMING-2] | W3C |
"measure" |
PerformanceMeasure
|
True |
Infinite |
[USER-TIMING-2] | W3C |
"navigation" |
PerformanceNavigationTiming
|
True |
Infinite |
[NAVIGATION-TIMING-2] | W3C |
"resource" |
PerformanceResourceTiming
|
True |
250 |
[RESOURCE-TIMING-2] | W3C |
"longtask" |
PerformanceLongTaskTiming
|
False |
0 | [LONGTASKS-1] | W3C |
"paint" |
PerformancePaintTiming
|
True |
2 |
[PAINT-TIMING] | W3C |
"element" |
PerformanceElementTiming
|
False |
150 |
[ELEMENT-TIMING] | WICG |
"event" |
PerformanceEventTiming
|
False |
150 |
[EVENT-TIMING] | WICG |
"first-input" |
PerformanceEventTiming
|
True |
1 |
[EVENT-TIMING] | WICG |
"layout-shift" |
LayoutShift
|
False |
150 |
[LAYOUT-INSTABILITY] | WICG |
"largest-contentful-paint" |
LargestContentfulPaint
|
False |
150 |
[LARGEST-CONTENTFUL-PAINT] | WICG |