I'll try those compiler settings and see if they help (and make sure they 
don't hurt).

And loading a lot of JS/DOM for IE8 is my problem. I'm doing paging and 
progressive loading to alleviate the issue. With long running scripts, you 
can periodically check in with the main browser event loop to prevent them 
if you can break up you work. It's just that it is hard to do when 
rendering in the grid and we're running out of places to do this. We're 
going to keep at it.

In the meantime though, I'm just frustrated by the fact that I get the 
performance I want when running in DEV mode, but not when it's compiled. 
I'd like to understand is happening in DEV mode that is different from 
compiled that improve performance. Ultimately, the GWT Plugin is serving up 
javascript to IE8 to render, correct? It's just compiling that javascript 
on the fly from the java code. What's different about the javascript being 
generated by the plugin from the javascript genereted by the compiler?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to