Thanks everyone for the tips. I have found the source of some of my current problems. One issue is that we were passing around a very large and complex object in some of our RPC calls. I have heard that serialization can be slow in IE, and I believe that is the case for me. I redesigned the calls to no longer pass the object and it sped things up dramatically.
There are still a few slow spots. We construct several complex panels with many tables and rows of data in them. We are mostly using VerticalPanels and HorizontalPanels to create these panels. It seems like the initial creation of these panesl are slow in IE. Any thoughts on how to speed that up? -TJ On Feb 11, 3:47 am, Thomas Broyer <[email protected]> wrote: > On Thursday, February 10, 2011 7:20:40 PM UTC+1, Jim Douglas wrote: > > > Have you profiled your application in Chrome using Speed Tracer? > > Also try DynaTrace in IE: http://ajax.dynatrace.com -- 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.
