To answer the original question:

> Have you found any techniques which enabled you to speed up IE?

The fastest possible code is the code that never gets executed.  The
only way to improve performance of your application in IE is to
identify any code that can be done on the server and move it there; do
as little work as possible in the horrifically slow IE JavaScript
engine.


On Feb 10, 9:33 am, tjmcc18 <tjmc...@gmail.com> wrote:
> I am working on a GWT application and over time it has become
> extremely slow while running in IE7.  It still runs very fast in
> Firefox3 however.  This leads me to believe there must be some GWT
> specific programming techniques that while acceptable when running in
> Firefox, cause IE to run very slow.
>
> I know there are various debuggers and things I can use to attempt to
> find the cause, but has anyone run into this issue where IE is slow
> and FF is fast?  Have you found any techniques which enabled you to
> speed up IE?
>
> Thanks,
>
> TJ

-- 
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