Why does ASP.NET pages render time on Chrome and FF is ~ 3X the render time on IE ?? This problem only persist on my local machine, but when published to the real server the complete opposite happens (expected, as FF and Chrome outperform IE).
I tried Windows 7 x64 and Windows XP x86 with FF 3.6, Chrome 9, and IE 8.
Is there any thing I can do on IIS or in the web config to fix this behavior ?
EDIT: In response to the responses an domments:
To solve the problem, try loading 127.0.0.1 instead of localhost. You can also explicitly map localhost to 127.0.0.1 in your host file.
It's located on the following location:
%systemroot%\system32\drivers\etc\hosts
Then you need to add the following line:
127.0.0.1 localhost
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With