vulcain icon indicating copy to clipboard operation
vulcain copied to clipboard

Chrome intends to remove support of Server Push technology

Open qWici opened this issue 3 years ago • 4 comments

Conversation

qWici avatar Nov 12 '20 12:11 qWici

I published a Twitter thread explaining what it changes for Vulcain: https://twitter.com/dunglas/status/1326552735404060672

TL;DR Vulcain will fallback on Preload links (which are already supported) and Early Hints when they will be adopted by browsers. Preload links introduce a bit more latency than Server Push (1 RTT actually), but also fix some issues. Anyway, even with Preload links instead of Server Push, the global approach is still faster and cleaner than using compound documents.

dunglas avatar Nov 12 '20 14:11 dunglas

Got it, thanks

qWici avatar Nov 12 '20 18:11 qWici

How will the updated approach be faster than a compound document if there is a minimum of 2 RTT to implement the protocol?

sbward avatar May 15 '22 21:05 sbward

@sbward because HTTP cache. The cache dynamic is better with many small documents instead of a big compound one. And actually the cache dynamic will be better with 103 than with server push because browsers never properly supported HTTP cache for pushed resources(even if theoretically possible).

dunglas avatar May 16 '22 08:05 dunglas

I suppose this can be closed: #95 #122

chalasr avatar Oct 16 '23 17:10 chalasr