- From: Ilya Grigorik <notifications@github.com>
- Date: Thu, 27 Dec 2018 10:49:09 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 27 December 2018 18:49:36 UTC
A real-world use case and need for Trailer support and Server-Timing: https://twitter.com/JJJ/status/1077988650602901505 tl;dr: we need trailers to emit timing and debug data about where time was spent as the page is being constructed, after the content is flushed. Forcing output buffering is both bad for user experience and performance, as well as causes random failures due to broken interleaving of flushes in real world applications like WordPress. If we had Trailers, we could collect the timing data and emit the header at the end — clean 'n simple. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/issues/772#issuecomment-450208926
Received on Thursday, 27 December 2018 18:49:36 UTC