I migrated a project from GWT 1.5 to 1.6 with extreme slowness in hosted mode - compiling and running in web mode performed the same with no performance hits. I was using the GXT and gwt-google-maps modules.
I went from 5 second to over 60 seconds to do a simple refresh in hosted mode. It has nothing to do with hardware as hosted mode ran idle for over 40 seconds doing nothing before even the smallest bleep on my Quad core. When I moved all files within the <module>/public directory out into the war project directory structure, I got hosted mode to at least preform approx. the same as GWT 1.5. At a minimum my hardware resources are actually being used now when I refresh the hosted mode browser. I never had any explanation why a seemingly simple static file copy for ~1MB of static files hung hosted mode for 40 seconds. If you have anything in any <module>/public directory I would move it. On Apr 29, 3:01 am, Peter Muessig <[email protected]> wrote: > Hi, > > I cannot imagine that this is a hardware issue! > > Since I switched to GWT 1.6.4 I had the same expierience with a 2GHz > Core2Duo and 4GB RAM machine. When I start to use JS wrappers like > SmartGWT or GWText the startup of the Hosted Mode and the GWT > application becomes "very slow". --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
