Figure 1. Navigation timestamps (source).
The document navigation timestamps (in addition to those from Resource Timing) are:
startTime
: Always 0.unload
event handler starts.unload
event handler completes.domInteractive
: timestamp when DOM construction is finished and interaction with it from JavaScript is possible.DOMContentLoaded
event handler starts.DOMContentLoaded
event handler completes.domComplete
: timestamp when the document and all sub-resources have finished loading.load
event handler starts.load
event handler completes.