Hi, Our app, 50 -55 % done so far, for one browser is nearly 1.6 MB without gzip. And it has nearly 70 -80 RPC calls.
Luis, Question for you: As you said your app is 2.1 MB of obfuscated, how is the preformance and does it has any issue? Question to all: What is the max size that of GWT one module that a browser can handle without any issue, specially IE 6, in our case :-( ? Thanks, Bakul. On Nov 16, 6:08 am, luisfpg <[email protected]> wrote: > Our app is still 60-70% complete and already has 2.1MiB of obfuscated > code. Pretty code is 14+MiB. > However we've developed several components and widgets, and we have a > lot of RemoteServices wich several (and sometimes complex) model > classes, which are transmitted over the wire. > We will still further investigate the GWT 2.0's runAsync(), which > should make things better. > Gzipping is also a must. > Just to point out, someone said that changing collection interfaces to > implementations (i.e.: List to ArrayList) in remote services / > serializable classes would reduce the code size. We tried it, and > reduced 100k. Not to ignore, but would make the code largely > unmaintainable, so we won't do it. > Any further tips on reducing code size would be nice. > -- > Luis Fernando Planella Gonzalez -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. 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=.
