colinmollenhour/Cm_Diehard

Implement BigPipe method

Closed this issue · 1 comments

As an alternative to Ajax and ESI, the "BigPipe" method could be implemented on top of Server-side Javascript injection method. Basically just flush the cached portion of the page before rendering the dynamic portion. Duh! It is not really BigPipe since it is only two stages, but perhaps with additional work each dynamic block could be flushed separately.

Implemented in 0b4aa0d