1.

Which is the next step after retrieving the content in chunks?(a) Paint DOM elements(b) Parse Content(c) Build DOM nodes in render tree(d) Layout positioning of DOM elementsThis question was addressed to me in unit test.I would like to ask this question from Page Render BottleNecks Optimization in division Invocation and Performance Navigation of JavaScript

Answer»

Right CHOICE is (b) Parse Content

Explanation: After retrieving the content in chunks, the contents will be PARSED. The Render ENGINE workflow contains:

Parse Content

Build DOM nodes in render tree

Layout positioning of DOM elements

Paint DOM elements.



Discussion

No Comment Found

Related InterviewSolutions