Flush your head! - an HTTP performance optimization tool (Hebrew)

If you take delivering a fast web experience seriously, then you have to make sure you’re utilizing HTTP’s ability to serve the response in chunks. Using “Chunked Encoding” improves performance by letting your server flush critical parts of the document (like the head tag) early, which means the browser can start downloading other resources sooner. And even though this has been part of the HTTP protocol since 1997(!) there hasn’t been a tool that lets you see when a flush takes place.. up until now. “Chunk Scatter” is a tool dedicated to solve this by visualizing the point in time each flush occurred. It also shows what part of the document the client gets in each chunk, and lets you compare one endpoint to another (e.g. staging vs. production). “Chunk Scatter” is used by engineers at Yahoo, Adobe, Atlassian, Radware, Kayak, and others to test how different configurations and environments handle flushing.
Length: 09:23
Views 41 Likes: 0
Recorded on 2016-09-19 at Reversim Summit
Look for other videos at Reversim Summit.
Tweet this video