Skip to content

Remove chromeFirstPaint from PerformanceTiming context #635

Description

@miike

Currently we rely on chrome.loadTimes to populate the chromeFirstPaint value for the iglu:org.w3/PerformanceTiming schema.

loadTimes is deprecated[1] in Chrome 64 and will be removed in Chrome 71 (release early in December 2018). Google recommend[2] replacing this with values from the PaintTiming spec/API instead though the spec for this is still in draft.

Once this is more widely implemented in browsers this could belong in it's own context rather than replacing the current first paint values.

[1] https://developers.google.com/web/updates/2017/12/chrome-loadtimes-deprecated

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions