InterviewSolution
Saved Bookmarks
| 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 |
|