First of all, ensure you have enabled 'obfuscated' flag while doing the GWT compilation which would hopefully reduce the size of the '.cache.html' files that gets generated. And if you are using latest version of GWT i.e. 2.0, try code splitting and load the code only when it's required. Please revert back if you still couldn't see much variations.
On Jan 5, 5:27 am, Raul <[email protected]> wrote: > Hello all, > > I am developing a Database application using GWT. From very initial > stage I was having slow loading problem in my app and now, as the > volume and number of files gradually increasing, it is becoming > worsened in terms of loading. Now my application is taking more than a > minute, sometimes even more than 2 minutes to load the application in > client. > > I have modified my coding style by best possible way I can, but it is > not helping me out any ways to reduce the loading time. > > I have 6 .cache.html file in my application_name folder [which are > generated by GWT compiler] each having average 7.5 MB in size. > > Please help me out in this issue, otherwise choosing GWT for building > my application will turns out to be a wrong decision. > > Thanks in advance. > Raul -- 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.
