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.
On Tue, Mar 11, 2008 at 3:09 AM, Akash Xavier <[EMAIL PROTECTED]> wrote: > oh.... thats a nice idea. > > On Tue, Mar 11, 2008 at 2:02 AM, Kevin Brown <[EMAIL PROTECTED]> wrote: > > > On Tue, Mar 11, 2008 at 2:59 AM, Akash Xavier <[EMAIL PROTECTED]> > > wrote: > > > > > Kevin, > > > What u said is the best idea for core features. > > > for plugins/optional features ... it increases the file size... > > shouldn't > > > there be different files for different optional features? > > > Like one for dynamic-height, one for tabs, etc ? and so that the app > can > > > request whatever it actually needs. > > > > > > The libs parameter is automatically calculated by the server to include > > only > > what the gadget in question actually uses. It generally chooses the most > > optimal bundling available. > > > > > > -- > Akash Xavier > [EMAIL PROTECTED] >

