Su schrieb:
> I'm working on a site which is using a fair number of jQ plugins. It 
> currently stands at 4, with probably up to 2 more on the way.
>
> I was curious if there would be a benefit to grabbing non-packed 
> copies of everything and then packing them as one big file(probably 
> some) and whether it's likely enough to offset the management cost of 
> having to redo this upon any updating. Is there significant overhead 
> difference in unpacking several files vs one big one in the first place?
>
> Thoughts?
As I understand the compression, you compression rate gets better with 
bigger files, especially when using the same variables/methods/objects 
again and again, which would be the case for plugin code using jQuery.

The managment cost of packing all plugins into one file can be highly 
reduced when that task is automated (eg. via an ant build).

-- 
Jörn Zaefferer

http://bassistance.de


_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to