<p dir="ltr">Hi all, </p>
<p dir="ltr">inspired by the bigpipe pattern I'm wondering if it's possible to send the full html head so that the browser can start downloading CSS and javascript files.</p>
<p dir="ltr">An idea would be that the proxied backend uses a chunked encoding and sends the html head as first chunk. The body would be sent as a separate chunk as soon as all data is collected. </p>
<p dir="ltr">Not sure if this is relevant: In our particular case we're using ssi in the body to assemble the whole page, and some of the includes might take some time to be loaded. The html head contains an include as well, but this should always be loaded from the cache or should be served really fast by the backend. </p>

<p dir="ltr">What do you think about this? Has anybody tried this already? </p>
<p dir="ltr">Cheers, <br>
Martin </p>