Hi Lads, Just wanted to get an advice with respect to my gwt app running pretty slow. I'm not very good with respect to display issue so apologies in advance if this question sounds obvious. In order to speed up the app I've followed instructions in the GWT website and used extensively code breaking. Although it did make some improvements it's still pretty slow.
When looking in to the development mode console, I can see a lot of rebinding is going on. Would that be a reason why it's running so slow or is it normal for a gwt to be doing so many rebindings? Thanks in advance for your advice, Killian Console output extract: Rebinding com.google.gwt.ajaxloader.client.AjaxKeyConstants Rebinding com.google.gwt.event.shared.SimpleEventBus Rebinding com.google.gwt.user.client.ui.UIObject.DebugIdImpl Rebinding com.extjs.gxt.ui.client.image.XImages Rebinding com.google.gwt.user.client.ui.impl.ClippedImageImpl Rebinding com.extjs.gxt.ui.client.messages.XMessages Rebinding com.google.gwt.user.client.impl.DOMImpl Rebinding com.google.gwt.dom.client.DOMImpl Rebinding com.extjs.gxt.ui.client.core.impl.ComputedStyleImpl Rebinding com.google.gwt.user.client.impl.WindowImpl Rebinding biz.linguabox.client.services.UserWordService Rebinding biz.linguabox.client.services.TagService Rebinding com.google.gwt.user.client.ui.impl.TextBoxImpl Rebinding com.google.gwt.user.client.ui.impl.FocusImpl Rebinding com.google.gwt.i18n.client.impl.LocaleInfoImpl Rebinding com.google.gwt.i18n.client.impl.CldrImpl -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/8XKBy-B5uqgJ. 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.
