M10 D critical rendering path Flashcards

(4 cards)

1
Q

refers to the steps involved until the web page starts rendering in the browser

A

critical rendering path

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

The sequence of steps the browser takes before performing that initial render

A

critical rendering path

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

steps of the rendering path

A
  1. constructing the DOM (Document object model)
  2. constructing the CSSOM (CSS object model)
    3.Applying javascript that alters the DOM or CSSOM
  3. constructing the render tree from the DOM and CSSOM
  4. style and layout operations performed to see what elements fit where
  5. paint the pixels of the elements in memory
    7.composite the pixels if any of them overlap
  6. physically draw to screen all the resulting pixels
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly