Beside the previous answer from Alex, there is another explanation: - in web mode the RPC communication between the server and client is optimized (gzip-ed), but in hosted mode this isn't true, so in this slow case, you serialize plain data back and forth, which I believe is big for 4000+ nodes.
Check out more GWT tricks here: http://ui-programming.blogspot.com/ Cheers!
-- 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.
