HTML widget takes too long to render

2011-03-28 Thread azuniga
I have a gwt webapp that makes an rpc to the server, the server generates a report, then the report returns a string, which is just the html contents of the report, which contains a large amount of html. After timing the rpc and how long it takes for the html to be returned and a new html widget to

Re: HTML widget takes too long to render

2011-03-28 Thread Jim Douglas
The answer to "where does the time go?" is always to profile your code: Firefox: http://getfirebug.com/ Chrome: http://code.google.com/webtoolkit/speedtracer/ On Mar 28, 11:39 am, azuniga wrote: > I have a gwt webapp that makes an rpc to the server, the server > generates a report, then the repo