Skip to content

Commit

Permalink
Link changed to code.facebook.com
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerdmind committed Jun 26, 2016
1 parent 21824df commit 28f2ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -2,4 +2,4 @@
> BigPipe is a fundamental redesign of the dynamic web page serving system. The general idea is to decompose web pages into small chunks called pagelets, and pipeline them through several execution stages inside web servers and browsers. This is similar to the pipelining performed by most modern microprocessors: multiple instructions are pipelined through different execution units of the processor to achieve the best performance. Although BigPipe is a fundamental redesign of the existing web serving process, it does not require changing existing web browsers or servers; it is implemented entirely in PHP and JavaScript.
**More information from *Changhao Jiang* at Facebook Engineering:**
<https://www.facebook.com/notes/facebook-engineering/bigpipe-pipelining-web-pages-for-high-performance/389414033919>
<https://code.facebook.com/posts/162127837314007/bigpipe-pipelining-web-pages-for-high-performance/>

0 comments on commit 28f2ba2

Please sign in to comment.