Inspector & Debugger
Android debugging
Basic performance checks
β
β
β
β
* Network waterfall & sizes
* execution flame graph
What styles apply to each element?
What's the position of each visible element?
Painting the elements onto their containing layer
Composing the layers into the correct order!
<style>
.red { color: red; }
.blue { color: blue; }
</style>
<p class="red blue"> Battle of the Browsers </p>
Do it in parallel
Move it into it's own thread!
Quantum
π₯ WebRender π₯ Moving them to GPU