On Mon, Aug 2, 2010 at 11:24 PM, Roan Kattouw roan.kattouw@gmail.com wrote:
The resourceloader branch contains work in progress on aggressively combining and minifying JavaScript and CSS. The mapping of one resource = one file will be preserved, but the mapping of one resource = one REQUEST will die: it'll be possible, and encouraged, to obtain multiple resources in one request.
Does that approach gain much over HTTP pipelining?
-- John Vandenberg