Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Brad 1 post 21 karma points
    Jan 22, 2015 @ 02:45
    Brad
    0

    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

     

Please Sign in or register to post replies

Write your reply to:

Draft