Hi All
I am using GWT 2.x and find that the rendering of my page takes really long time. Once rendered, if i refetch data for the entire page again, it is done in milli seconds
I find that the myContainer.layout() method takes max time.
I have set the sizes of all components in one shot after adding to the container to avoid redundant rendering as pointed out by google here
Google Speed tracer Redundant layout example
As already stated, If i relaod data for the page. it si refreshed very fast(<150ms ).
Any tips to resolve this sluggishness are welcome
Warm Reg
Jhakda