Speed issues with ASP.NET & Firefox
Developing the Web Interface for Project SpaceLock, I had a really hard time watching Firefox act slow with ASP.NET Development Server. While on one of the ASP.NET developer's forum bluemonde says - "FF is a piece of crap. I got really pissed off by watching it loading/refreshing for about at least 30 seconds on every click on the features of the site."
Did you call FF a piece of crap?! How about IE then, you can find plenty of criticism of older IEs.
Well, whatever, the point is you must get rid of this speed issue before you start testing your web app on Firefox and crib about its speed. You can find loads of articles on how to resolve this. I used the simplest one on JP's CodePoerty blog. Here are some more to look upon -
- http://net-industry.blogspot.com/2008/05/aspnet-development-server-very-slow-on.html
- http://forums.asp.net/p/1066244/2272233.aspx
- http://weblogs.asp.net/dwahlin/archive/2007/06/17/fixing-firefox-slowness-with-localhost-on-vista.aspx
- http://blogs.technet.com/asiasupp/archive/2006/12/14/windows-vista-tcp-auto-tuning.aspx
- netsh interface tcp set global autotuninglevel=disabled
Labels: ASP.NET

0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home