Sunday, August 11, 2013

Re: My CellTable is slow and I don't know why

Hi,

Mouse-over on IE is also rather slow in compiled mode ( I see a lag of about 500ms on my cell tables, nothing dramatic but still). I used to have this problem in my own table implementation and I fixed it there by just changing the color of the row directly instead of adding/removing stylenames. That goes a lot faster on IE.

David

On Sun, Aug 11, 2013 at 12:43 AM, Jens <jens.nehlmeier@gmail.com> wrote:


The one triggered by mvn gwt:run is a disaster.
Mouseout: 176 ms, mouseover 208 ms, according to speed tracer, but it looks even slower.

gwt:run starts GWT's DevMode which is always a lot slower than compiled JavaScript. You should not measure timings in DevMode. Compile your app to JavaScript and try again.

-- J.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments:

Post a Comment