My armchair guess is that its for the same reason that all of the dev mode operations are kind of chunky - its calling out into the java code rather than using in-browser JavaScript. Its kind of difficult to compare performance of code running in two entirely different VMs.
http://code.google.com/webtoolkit/doc/latest/DevGuideCompilingAndDebugging.html#DevGuideDevMode -Ben On Jan 25, 4:26 pm, Gursel Koca <[email protected]> wrote: > GWT DevMode serialization with gwt-rpc is 100 times slower than > production mode. Is there any idea why it is so slow?.. > > For example serialization of 1000 objects lasts 67 ms for production > mode , and 8000 ms for devmode.. There is notthing special with these > objects, they are just pojos. -- 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.
