Structured Page Fragments by YouTube
youtube.github.io
Structured Page Fragments by YouTube
1–10 of 19 posts
Re: Structured Page Fragments by YouTube
#2Re: Structured Page Fragments by YouTube
#3Re: Structured Page Fragments by YouTube
#4I realize that YouTube is a crazy hard problem to tackle, and that is probably why stuff like this is necessary.
Re: Structured Page Fragments by YouTube
#5This looks great. I'm curious how the server knows which fragment of the page to return... or is there an assumption with this that only 1 section of your site changes from page to page?
Re: Structured Page Fragments by YouTube
#6Re: Structured Page Fragments by YouTube
#7This looks great. I'm curious how the server knows which fragment of the page to return... or is there an assumption with this that only 1 section of your site changes from page to page?
I haven't used it myself, but judging from (a brief review of) the documentation, the server dispatches on the request URI and responds with content updates for an arbitrary number of fragments, each identified by DOM ID.
Re: Structured Page Fragments by YouTube
#8This sounds surprisingly like the old HTML "frames"..
Re: Structured Page Fragments by YouTube
#90: https://www.facebook.com/notes/facebook-engineering/bigpipe-...
Re: Structured Page Fragments by YouTube
#10Earlier quoted context omitted.
I haven't used it myself, but judging from (a brief review of) the documentation, the server dispatches on the request URI and responds with content updates for an arbitrary number of fragments, each identified by DOM ID.
Ah, gotcha. So you are potentially returning more content then will be rendered, but still a faster situation then a full page reload. Thanks!