antony.trupe
antony.trupe

Reputation: 10834

gwt application logging, profiling, benchmarking

Is there a good methodology for logging/benchmarking/profiling a gwt application to identify bottlenecks?

Something like a timing/logging framework or similar.

Upvotes: 3

Views: 643

Answers (2)

James Moore
James Moore

Reputation: 9026

IE8 has an excellent profiler too, extremely useful. It's call-tree mode is superb.

Of course, IE8 needs profiling tools far more than other browsers; it's a complete dog, performance-wise.

Upvotes: 0

Igor Klimer
Igor Klimer

Reputation: 15321

I especially recommend the last link - Firebug's profiling can be very helpful when combined with -style PRETTY.

And, in general, any profiling solution that works for Javascript, should work for GWT.

Upvotes: 2

Related Questions