Yeah the initial file size results from the packer are better but the end
results after gzipping is usually better with jsmin. It would seem that the
.Net gzip library has some limitations.

--
Brandon Aaron

On 9/17/07, Jeffrey Kretz <[EMAIL PROTECTED]> wrote:
>
>  Actually, Dean's packer is a bit better than JSMin.  Using Dean's packer,
> I get the jQuery file size down to 44.7 kb (before GZip), using JSMin, the
> file size goes down to 45.7kb (also before GZip).  Both files, when
> Gzipped using the System.IO.Compression.GZipStream object in the .NET
> library result in a file size of about 16.5kb.
>
>
>
> So my guess is the problem lies either in the MS GZipStream library, or in
> my implementation of it.
>
>
>
> JK
>
>
>  ------------------------------
>
> *From:* jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] *On
> Behalf Of *Brandon Aaron
> *Sent:* Monday, September 17, 2007 6:16 PM
> *To:* jquery-en@googlegroups.com
> *Subject:* [jQuery] Re: JSPacker for .NET
>
>
>
> You need to use JSMin to get the file size down to ~14k with gzip.
>
> --
> Brandon Aaron
>

Reply via email to