I'd like to implement iterative response flushing in an Umbraco site, but I'm not sure where to start or if it's even possible within the CMS's life cycle.
A simple example might look something like this:
1- Render opening HTML tag, head tag and opening body tag
2-Flush (Response.Write)
3-Iterate over sections of page and render/flush each one as it is available
Has this been done before already? I've done some initial searching for page lifecycle and I'm a bit confused where to start, especially where Razor Templates are involved.
Big Pipe Style Rendering
I'd like to implement iterative response flushing in an Umbraco site, but I'm not sure where to start or if it's even possible within the CMS's life cycle.
A simple example might look something like this:
1- Render opening HTML tag, head tag and opening body tag
2-Flush (Response.Write)
3-Iterate over sections of page and render/flush each one as it is available
4-Close body and html tag
Background Info:
https://www.facebook.com/notes/facebook-engineering/bigpipe-pipelining-web-pages-for-high-performance/389414033919
Has this been done before already? I've done some initial searching for page lifecycle and I'm a bit confused where to start, especially where Razor Templates are involved.
Thanks for your time,
Brad
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.