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
Currently we rely on
chrome.loadTimesto populate thechromeFirstPaintvalue for theiglu:org.w3/PerformanceTimingschema.loadTimesis 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