diff --git a/src/service/performance-impl.js b/src/service/performance-impl.js index 0d350a1b55284..670aad83037fd 100644 --- a/src/service/performance-impl.js +++ b/src/service/performance-impl.js @@ -241,6 +241,11 @@ export class Performance { whenDocumentComplete(win.document).then(() => this.onload_()); this.registerPerformanceObserver_(); this.registerFirstInputDelayPolyfillListener_(); + + this.tick( + 'timeOrigin', + window.performance.timeOrigin || window.performance.timing.navigationStart + ); } /**