Question: Which of the following is NOT a step in the Critical Rendering Path?
- Paint
- Layout
- Creation of the render tree
- First Input Delay
Explanation
The Critical Rendering Path covers the browser steps used to turn downloaded resources into visible pixels, including the DOM, CSSOM, render tree, Layout, and Paint. HubSpot Developers First Input Delay is different because it is a user-interaction metric, not a browser rendering step. HubSpot Developers In HubSpot’s performance guidance, rendering is about processing what the browser downloaded and displaying the computed result, while interaction response is discussed separately. HubSpot Developers That is why the item that does not belong to the rendering sequence is the interaction metric rather than one of the browser rendering stages. HubSpot Developers
Why the other options are incorrect
Paint is incorrect because it is one of the rendering stages where the browser draws the computed result to the screen. HubSpot Developers
Layout is incorrect because it is part of rendering and determines element size and position before drawing occurs. HubSpot Developers
Creation of the render tree is incorrect because the browser combines structure and style into a render tree as part of rendering. HubSpot Developers
Source for verification
HubSpot Developer Documentation: Optimizing your HubSpot CMS site for speed HubSpot Developers
The answer(s) to the question is highlighted in the BOLD text above. You can also find more questions and answers related to the exams on the "HubSpot CMS for Developers II" page.
