Confirmed users
1,989
edits
m (→Metrics) |
|||
Line 26: | Line 26: | ||
| First Paint event || Standard || The time between navigation and when the browser renders the first pixels to the screen, rendering anything that is visually different from what was on the screen prior to navigation. || [https://developer.mozilla.org/en-US/docs/Glossary/First_paint MDN documentation] | | First Paint event || Standard || The time between navigation and when the browser renders the first pixels to the screen, rendering anything that is visually different from what was on the screen prior to navigation. || [https://developer.mozilla.org/en-US/docs/Glossary/First_paint MDN documentation] | ||
|- | |- | ||
| First Contentful Paint || Standard || How long it takes the browser to render the first bit of content from the DOM providing the first feedback to the user the page is actually loading. || [[MDN Documentation|https://developer.mozilla.org/en-US/docs/Glossary/First_contentful_paint]] | | First Contentful Paint || Standard || How long it takes the browser to render the first bit of content from the DOM providing the first feedback to the user the page is actually loading. || [[MDN Documentation|https://developer.mozilla.org/en-US/docs/Glossary/First_contentful_paint MDN documentation]] | ||
|- | |- | ||
| DOMContentLoaded event || Standard || A DOM event that is fired once the underlying document has finished being parsed and loaded, but before any of its additional resources (stylesheets, images, subframes) have finished loading. || [https://developer.mozilla.org/en-US/docs/Web/API/Window/DOMContent MDN documentation] | | DOMContentLoaded event || Standard || A DOM event that is fired once the underlying document has finished being parsed and loaded, but before any of its additional resources (stylesheets, images, subframes) have finished loading. || [https://developer.mozilla.org/en-US/docs/Web/API/Window/DOMContent MDN documentation] |