Report: Loading Speed 2010_11_15

Web performance can directly impact business metrics like conversion and user happiness. This report analyzes various performance metrics in the lifecycle of a loading page including those used by many modern progressive web apps.

onLoad

The number of seconds from the time the navigation started until the document and all of its dependent resources have finished loading. See the load event on MDN for more info.

JavaScript Boot-up Time

The amount of CPU time each script consumes per page. This metric comes from Lighthouse.

See also: State of JavaScript

Speed Index

How quickly the contents of a page are visibly populated. This metric comes from WebPageTest and differs slightly from the Lighthouse version (which was based on this).