On Tue, Mar 11, 2008 at 10:21 AM, Michael Mahemoff <[EMAIL PROTECTED]> wrote:
> Bruno Bowden wrote: > > Loading a single script file with the aggregated contents is much better > > performance than loading multiple files as only a single network fetch > is > > needed. > > Not necessarily. If JS files are cached, separate downloads *might* be > more efficient. Correct, which is why shindig attempts to choose a sensible set of files as much as possible, and puts other things inline. Take a look at gadgets/http/GadgetRenderer.java for details. -- ~Kevin

