One place where you might want to start looking is DOM manipulation. IE is much slower at everything but the DOM can kill your app performance quicker than anything else.
An example we ran into, creating a table dynamically. Anything that tries to build and manipulate a table using the DOM (like FlexTable or Grid) for a table that has more than 15-20 rows and around 10 columns will take forever in IE. Pascal On 10 fév, 12:33, tjmcc18 <[email protected]> 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 [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.
