On 25/10/2013, at 08:17, Ilya Grigorik wrote:
> 
> With HTTP 1.x (and without sharding) you can fetch up to six resources in 
> parallel. With HTTP 2.0, you can fetch as many resources as you wish in 
> parallel. The only reason bundling exists as an "optimization" is to work 
> around the limit of six parallel requests. The moment you remove that 
> limitation, bundling is unnecessary and only hurts performance.

The ability to ask for n files in a *single* request is key, yes.

-- 
( Jorge )();
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to