That's great news. I'm particularly happy given that (IIRC) Ray confirmed
that these have no negative impact on parse time (please tell me I'm
remembering this correctly!).

On Tue, Feb 16, 2010 at 8:21 PM, Ray Cromwell <[email protected]> wrote:

> Awesome, thanks a lot for the data and debugging. I guess that brings
> the gain since 1.7 to 28% now. :)
>
> -Ray
>
>
> On Tue, Feb 16, 2010 at 5:16 PM, Matt Mastracci <[email protected]>
> wrote:
> > I ran a few different compiles with our codebase to test some of the
> improvements in trunk for Ray. I've only measured the post-gzip/zip size
> improvements below - the numbers for the website sizes are an average of the
> size for gzip -9 over all of the browser permutations:
> >
> > GWT 2.0.0:
> >
> > dotspots.com (initial fragment, gzipped): 73299
> > dotspots.com/popup (initial fragment, gzipped): 89715
> > Publisher script (initial fragment, gzipped): 54424
> > Chrome extension (final zipped size): 83790
> > Firefox extension (final zipped size): 103257
> >
> > GWT trunk (as of r7589):
> >
> > dotspots.com (initial fragment, gzipped): 73983
> > dotspots.com/popup (initial fragment, gzipped): 89260
> > publisher script (initial fragment, gzipped): 55307
> > Chrome extension (final zipped size): 84771
> > Firefox extension (final zipped size): 103707
> >
> > GWT trunk (as of r7589), with compiler.stackMode = strip:
> >
> > dotspots.com (initial fragment, gzipped): 69185
> > dotspots.com/popup (initial fragment, gzipped): 83768
> > publisher script (initial fragment, gzipped): 52040
> > Chrome extension (final zipped size): 80980
> > Firefox extension (final zipped size): 99990
> >
> > GWT trunk (as of r7589), with compiler.stackMode = strip + Compact
> Integer Seed Functions patch:
> >
> > dotspots.com (initial fragment, gzipped): 67937
> > dotspots.com/popup (initial fragment, gzipped): 82242
> > publisher script (initial fragment, gzipped): 51089
> > Chrome extension (final zipped size): 80058
> > Firefox extension (final zipped size): 98661
> >
> > Overall improvements (from 2.0.0 to trunk+stack strip+patch):
> >
> > dotspots.com (initial fragment, gzipped): 7.3%
> > dotspots.com/popup (initial fragment, gzipped): 8.3%
> > publisher script (initial fragment, gzipped): 6.1%
> > (xpi/crx omitted, since there's a large constant factor)
> >
> > In other words: WOOHOO!
> >
> > Matt.
> >
> > --
> > http://groups.google.com/group/Google-Web-Toolkit-Contributors
>
> --
> http://groups.google.com/group/Google-Web-Toolkit-Contributors
>

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to