1) Instead of the Vertifal/HorizontalPanels use UIBinder instead. We almost
never use those panels
but use uibinder and normal html instead.

2) Could you tell a little bit about how you found your performance
problems?



/Flemming

On Sat, Feb 12, 2011 at 4:01 AM, tjmcc18 <tjmc...@gmail.com> wrote:

> 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 <t.bro...@gmail.com> 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 google-web-toolkit@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to