GWT.runAsync() is the way to go.. I was able to bring down the initial size a lot less compared to not using code splitting.
All the presenters/views not required initially, and required on an event, I have put all of them in code splitting. HTH - Abdullah On Thu, Feb 4, 2010 at 5:15 AM, golfdude <[email protected]> wrote: > > My app ( obfuscated ) is at 850kb and my users are complaining on > initial download time as in beta mode I tend to put regular releases. > My users are all in dialup ( 56 kb ) kind of connections. I have been > searching this group and searching for some tutorial to split into > modules ( one link to a google presentation was not working ). But > dont seem to find any. Any ideas/links/howtos for this will be > appreciated. > > > Thanks > > gd > > -- > 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]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- 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=en.
