开发者

GWT ScrollTable performance problem

开发者 https://www.devze.com 2022-12-25 17:01 出处:网络
I\'m having a little performance problem with the gwt (incubator) ScrollTable. It\'s rendering really slow. Not even when I\'m loading a lot of data - it happens already with a few rows.

I'm having a little performance problem with the gwt (incubator) ScrollTable. It's rendering really slow. Not even when I'm loading a lot of data - it happens already with a few rows. Or is it possible that the deserializing of the data takes so long?

I'm using GWT 2.0 and IE.

Maybe someone has the same problem or a solution for it.

Thx and Happy E开发者_StackOverflow中文版aster!


Please post your code - without it it's only possible to guess.

Nevertheless, you might try using Speed Tracer in Chrome (or Firebug in Firefox, though it doesn't have quite as detailed timing information) to see what's taking the time.

0

精彩评论

暂无评论...
验证码 换一张
取 消