What's the difference between CRP(Critical rendering path) and Blink render pipeline?

116 Views Asked by At

I am learning browser rendering in developers.google.com and an article titled Life of a Pixel, and there are two concepts: CRP(Critical rendering path) and Blink render pipeline/process.

What's the difference and relationship between them? Does the browser really build CSSOM when it is rendering?

0

There are 0 best solutions below