When I rolled my application to 3.1d I had performance issue on all browsers when running in GWT Development Mode in Eclipse, especially with calls to getMember/getMembers, Do you have any idea?
Announcement
Collapse
No announcement yet.
X
-
I suspect this may be the same issue that I had in http://forums.smartclient.com/showthread.php?t=22945. I never got the issue resolved (I mostly worked around it), but calls to Canvas.getChildren() were causing an enormous number of calls to the browser plugin (tens of thousands per invocation).Originally posted by akhader View PostWhen I rolled my application to 3.1d I had performance issue on all browsers when running in GWT Development Mode in Eclipse, especially with calls to getMember/getMembers, Do you have any idea?
Comment