Kubnal Bridge

Measurement

DCL (DOM Content Loaded)

DOM Content Loaded (DCL) is a browser event that fires when the HTML document has been completely parsed and all deferred scripts have executed, but before stylesheets, images, and subframes have finished loading. It is a key performance metric that affects how quickly users can interact with a page's main content.

DCL timing is measured in Chrome DevTools' Network and Performance panels, and in Lighthouse audits. Google PageSpeed Insights and GTmetrix include DCL as a diagnostic metric. Reducing DCL time involves minimizing render-blocking resources, deferring JavaScript, and simplifying the DOM structure.

Authority Links

Related Terms