catchpoint / WebPageTest.RUM-SpeedIndex

Calculate SpeedIndex measurements from the field

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecated chrome.loadTimes()

GuillaumeRossolini opened this issue · comments

Hi,

I am using your lib to send the RUM Speed Index to Google Analytics as a metric.

Unfortunately, Chrome has been sending the following in DevTools' console for a while (I am using the Canary channel):

[Deprecation] chrome.loadTimes() is deprecated, instead use standardized API: Paint Timing. https://www.chromestatus.com/features/5637885046816768.
[Deprecation] chrome.loadTimes() is deprecated, instead use standardized API: Navigation Timing 2. https://www.chromestatus.com/features/5637885046816768.

By chance, are there plans to switch this in this library?

Thanks,

Looks like this was closed with no comment. Was there some discussion elsewhere?

edit: I see now that it was closed by a commit on master. Thanks.

@pmeenan I'm sorry I don't understand, I have the latest trunk but I still get warnings in the console.

@pmeenan I'm sorry I don't understand, I have the latest trunk but I still get warnings in the console.

Never mind, an up to date Chrome doesn't trigger warnings from this lib. I was confused by something else.