Streaming HTML
Briefly

Rather than serving the entire HTML document at once, servers serve pieces of it. The browser gets these pieces and can start working on them, even rendering them, so the page can appear to load more quickly.
With Streamed HTML in place, you can see the difference: Streamed HTML on the right, where static HTML bits are already in place and products requiring API calls are loaded later.
Read at Frontend Masters Boost
[
add
]
[
|
|
]