html
Contents
[
the full process of html
-
dom tree
-
cssdom tree
-
render tree
-
lyaout
node:- size
- position
-
paint
-
compositing
parse block vs render block
both will block ;
-
parse-blocking: js
-
render-blocking
encounter external resources
how html be loaded
- fetch html
- parse html
- encounter script and css;
- script: stop parsing; fetch js, parse and excute it
- css: just continuing parsing 4.continue parsing
1. ready state
1. loading
load and parse html
js will breakdown the parsing
2. interactive
start load css, image and other resources
3. complete
all resource are loaded