C
cold80
I was just doing a performance test in order to see the benefit of
using AJAX instead of doing a postback on the server. So I have a
simple page that performs a request to the server and write a counter
on the page when it receives the response from the server. I'm not
changing the page actually, so the browser don't have to modify the
internal DOM and to render the changes. I tried this simple page with
IE 7.0, Firefox 2.0 and Opera 9.10. FF and Opera are very fast. IE is
very, very fast if the server is my local web server (IIS 5.1 on
Windows XP), but if I try to host the page in a different server on
the lan (always IIS 5.1 on Windows XP) it becames very slow. FF and
Opera don't seem to be affected by the same problem, they behave more
or less the same way in both the servers. What can it be? What can be
the big difference between a local call and a remote call for IE 7.0
(even if the remote call actually is to a server in the same lan...)?
Thank you in advance
Cold
using AJAX instead of doing a postback on the server. So I have a
simple page that performs a request to the server and write a counter
on the page when it receives the response from the server. I'm not
changing the page actually, so the browser don't have to modify the
internal DOM and to render the changes. I tried this simple page with
IE 7.0, Firefox 2.0 and Opera 9.10. FF and Opera are very fast. IE is
very, very fast if the server is my local web server (IIS 5.1 on
Windows XP), but if I try to host the page in a different server on
the lan (always IIS 5.1 on Windows XP) it becames very slow. FF and
Opera don't seem to be affected by the same problem, they behave more
or less the same way in both the servers. What can it be? What can be
the big difference between a local call and a remote call for IE 7.0
(even if the remote call actually is to a server in the same lan...)?
Thank you in advance
Cold