gwt application logging, profiling, benchmarking

2019-07-03 08:05发布

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

Something like a timing/logging framework or similar.

2条回答
你好瞎i
2楼-- · 2019-07-03 08:46

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.

查看更多
Anthone
3楼-- · 2019-07-03 09:01

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.

查看更多
登录 后发表回答