Slide 31
Slide 31 text
Problem
https://developers.google.com/web/fundamentals/performance/rendering
- When two areas that require painting are combined by
the browser, the entire screen needs to be repainted.
- For example, pin a header at the top of the page (like
global navigation) and draw something at the view
bottom.
- Eventually the entire screen is repainted.
- I wish they was painted bottom area, it would be
cheaper…