Under the Hood
Loading visualizer…
DNSresolving host
TCPconnecting
TLShandshake
HTTPrequesting
Initializing Sorting Algorithms...
Sorting
Trees
Graphs
Preparing interactive visualizations...
Under the Hood
Loading visualizer…
The critical rendering path — DOM, CSSOM, render tree, layout, paint, composite — and why transform beats top
HTML parsing is incremental — the browser starts building before the last byte arrives
The server sends back a stream of bytes. Before anything can be drawn, the browser has to turn those bytes into structure. It decodes them to characters using the declared encoding, then hands them to the HTML tokenizer. Nothing on screen yet — this is a tiny page, but every page starts exactly here.
Pipeline stage
Active Recall
Which pair of CSS properties can be animated without triggering layout or paint?