D

DOM (Document Object Model)

The DOM is a tree-like representation of all the elements in an HTML document that is created by the browser when it loads a page. It is the fundamental structure that the browser uses to understand, style, and render content. JavaScript can manipulate the DOM to dynamically change what is on the page. A large and complex DOM (DOM Size) can negatively impact performance.

All terms
Fabian Krumbholz
Fabian Krumbholz
April 8, 20261 min read

Related web performance terms

How fast is your website?