DOM Performance How the browser renders the document Receives the data (bytes) from the server. Parses and converts into tokens (<, TagName, Attribute, AttributeValue, >). Turns tokens into nodes. Turns nodes into the DOM tree. Builds CSSOM tree from the css rules.