BigPipe
class BigPipe (View source)
Service for sending an HTML response in chunks (to get faster page loads).
At a high level, BigPipe sends an HTML response in chunks:
- one chunk: everything until just before
class BigPipe (View source)
Service for sending an HTML response in chunks (to get faster page loads).
At a high level, BigPipe sends an HTML response in chunks:
— this contains BigPipe placeholders for the personalized parts of the page. Hence this sends the non-personalized parts of the page. Let's call it The Skeleton.