Comparing WPT summary metrics with others

Hi
I’ve been using Chrome Dev tools (Network) for recording some web page load times. Specifically I’ve been using the following summary metrics from the bottom of the DevTools window:

“DomContentLoaded”
and
“Load”

Are these the same or similar as the WPT Performance Results values of;

“Document Complete”
and
“Fully Loaded” times?

If not, are there other metrics which are more similar?

thank you,

'mark

1 Like

“DomContentLoaded” is reported by WebPageTest on the detail page (click on the waterfall).

“Load” is the same as “Document Complete”

3 Likes

Thanks Patrick Appreciate you response

1 Like