Related: The 16.6ms Frame Budget, the wall clock deadline that every stage in this pipeline must fit inside.

Every rendered frame runs through a fixed pipeline: Parse → Style → Layout → Paint → Composite. Understanding which stage runs on which thread, what triggers each stage to re-run, and which stages can be skipped entirely is the mechanical...