'When does pixels-to-screen pipeline happens?

I was reading Rendering Performance by Paul Lewis, and learnt about the pixel to screen pipeline. (shown below)

pixel to screen pipeline

But I started to wonder when this process happens in the whole request/response cycle (shown below).

request/response cycle

Does it happen after the render tree is completed? or before?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source