RHQ Project Blog from Nov 29, 2010

  2010/11/29
Performance Monitoring using GWT
Last Changed by Joseph Marques, Nov 29, 2010 15:24

Profiling a web application for performance bottlenecks requires a balance between focusing on the minutia and taking a step back and looking at the bigger picture. Since nearly all software projects deal with time constraints, a team must wisely choose where to spend its efforts tweaking an application to yield the best experience for its end users.

However, before diving into the code looking for optimizations, there are a few key things that one should understand about the performance profile of an application: Critical Path, Outliers, Variances, and Environment.

...

With these principles in mind, I wrote an extension to the GWT client-side RPC mechanism to capture data that will assist in making better informed decisions about which services need optimization.

read more...

Posted at 29 Nov @ 3:20 PM by Joseph Marques | 0 Comments