I have a SmartGWT 2.0 application where I have to render a few hundred small images and this is taking very, very long (>20s). It s a intranet application. Do you have any idea how I could speed up the rendering? Any idea will be appreciated. Thanks in advance.
I have created some custom composite widget, which listens to an events (in my case loginEvent). Once the event is caught the state of the widget changes so as the way it should look (in my case I ...