Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

Accessible Site Speed Metrics extension - need to know definition of Total page load time & Dom complete time

Avatar

Level 5

Accessible Site Speed Metrics extension - need to know definition of Total page load time & Dom complete time.

 

Will Dom complete time > page load time? if so, please explain how?

2 Replies

Avatar

Community Advisor

Hi @dinesh_kumar_r 

This are the performance metrics. 

 

Total page load time refers to time until the page has loaded. This corresponds to the browser load event.

 

Dom completion time refers to time until the page and all of its sub-resources are ready.

 

You can find more info about performance metrics and its uses on below link. 

https://web.dev/user-centric-performance-metrics/

https://help.rigor.com/hc/en-us/articles/115006741308-What-Are-Performance-Metrics-#onload_time

 

 

Avatar

Level 5

Hi @Gokul_Agiwal , I am looking for formula using performance timing to calculate total page load time & dom complete time.