Is there a good methodology for logging/benchmarking/profiling a gwt application to identify bottlenecks?
Something like a timing/logging framework or similar.
Is there a good methodology for logging/benchmarking/profiling a gwt application to identify bottlenecks?
Something like a timing/logging framework or similar.
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.