brikis98 / ping-play

BigPipe streaming for the Play Framework
MIT License
307 stars 60 forks source link

Add support for pagelet priorities #19

Open brikis98 opened 9 years ago

brikis98 commented 9 years ago

One of the features in Facebooks BigPipe is to label pagelets with different priorities. For example, the most important pagelets above the fold, such as the top three news feed items, get the highest priority, and are rendered before anything else, no matter what order they get sent down the wire. Other pagelets above the fold are in a second priority group, data below the fold is in a third priority group, and non-essential features, such as chat, are in the lowest priority group.