How many RPC calls do you have on this page? How is the performance on the
other browsers?

I believe IE 6 and 7 permit only 2 simultaneous requests. though IE8 permits
6. check out the link below for more details.

http://stackoverflow.com/questions/561046/how-many-concurrent-ajax-xmlhttprequest-requests-are-allowed-in-popular-browser

The correct approach would to first identify whether it is the server code
or the client code which is causing the poor performance. most probably it
should be the server code, you can check with firebug the time consumed for
each RPC and then dig into the call which is consuming the maximum time.


On Thu, Jun 10, 2010 at 1:20 PM, vinod <vinodk...@yahoo.com> wrote:

> Hi
>
> My GWT application takes 10 seconds on IE with GWT .
> without GWT it used to take less than second.
> 10 times slower with GWT.
>
> We are using GWT for first time in our application.
> And the app is very slow on IE.
> Business is very unhappy with performance.
>
> Can you please help me to bring this performance down to 1 sec.
>
>
>
> Thanks & Regards
> Vinod
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To post to this group, send email to google-web-tool...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com<google-web-toolkit%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to