Do you have an extremely large data model used with RPC? You may be
generating serializers for types which you don't really need.

One thing you should look at is the compiled size of your app from
earlier revisions. See if you can find a point of large growth. If the
size just increased linearly with development, then it's probably
justifiably 2MB. It's not unheard of.

Our app is up to 380k and it's not even close to being at 'alpha
stage' yet, so I wouldn't be shocked if we end up at around 1.5-2MB
ourselves.

Also remember the script loads at most ONCE ever, and should be cached
for indefinitely after that.

On Aug 29, 10:43 am, Alan Williamson <[EMAIL PROTECTED]> wrote:
> Just the .cache.html file here, thats all i am talking about.
>
> > And what is 'not that big'? How many pages? Any i18n?
>
> pages isn't really a good measurement -- how many pages does
> Thunderbird have?   Does GMail have?
>
> Its Rich GUI, so using plenty of the standard panels etc.
>
> I am just feeling there is something in there that GWT is importing
> that is probably not required.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to