FireFox and the Visual Studio Web Server = Snail’s pace?
Has anybody else noticed that when you use FireFox with the internal Visual Studio Web Server everything comes to a screeching halt? This is only a problem with this particular combination on my system. When I run through IIS there’s no such problem. When I use the VS Web Server with IE it also runs faster (although still pretty sluggish compared to running IIS).
It’s so slow in fact that during testing of AJAX requests it’s not uncommon for simultaneous callbacks to time out (which is otherwise very rare in my dev environment).
Anybody seeing the same thing? And more importantly any idea what could be causing this? FireFox otherwise seems to be pretty fast after some tuning of the default network settings. But for use in combination with the VS server it’s just annoyingly slow.
Blah… not a big deal since I use IIS anyway in most cases – but I usually do a last test for various tools to ensure they run out of the box and this keeps coming up. I seem to remember similar issues for a while all the way back to running on XP last year.
Other Posts you might also like
The Voices of Reason
# re: FireFox and the Visual Studio Web Server = Snail’s pace?
This might not explain why callbacks are failing, though?
(BTW I used FireBug to determine the cause of the slowdown - really recommend it as a profiling tool)
# re: FireFox and the Visual Studio Web Server = Snail’s pace?
Steve, yeah I looked at Firebug before. At first I thought it'd be something related to NTLM security which would account for the difference, but it's not adding the negioating headers so that's not it.
BTW, I'm not sure if FireBug is reporting the network traffic correctly - I think it shows all content loaded regardless of whether it was cached or not so it *looks* like firefox is reloading everything one every hit. I haven't been able to tell cached content from non-cached content. I was confused by that actually this weekend as I was working on a module that's feeding GZip content and FireFox kept showing the content being reloaded, while the Web app in fact wasn't firing again (ie. it was cached in the browser).
# re: FireFox and the Visual Studio Web Server = Snail’s pace?
# re: FireFox and the Visual Studio Web Server = Snail’s pace?
I have similiar problems every now and then... figured it was just me. Hah.
# re: FireFox and the Visual Studio Web Server = Snail’s pace?
# re: FireFox and the Visual Studio Web Server = Snail’s pace?
Could it be the Firebug extension you recently wrote about? Curious.
# re: FireFox and the Visual Studio Web Server = Snail’s pace?
# re: FireFox and the Visual Studio Web Server = Snail’s pace?
# re: FireFox and the Visual Studio Web Server = Snail’s pace?
I have IE 7 now and have set it to be my default browser. Visual Studio is totally ignoring that fact. I have to "View in IE". This doesn't work in ASP.Net config though. It thinks the session has timed out.
FF can display like 13 Error Consoles once the snail recovers from whatever it was doing. FF needs a pop-up blocker just for itself!
Jim
# re: FireFox and the Visual Studio Web Server = Snail’s pace?
# re: FireFox and the Visual Studio Web Server = Snail’s pace?
And it TOOK me QUITE a WHILE!!
Anyway, here's the solution...
Open FF, type about:config into the adress bar, filter on "v6" (this should easily find the ipv6 setting)
Right click it and choose "toggle" and the FOX is back in business again... :)
.t
--
http://ajaxwidgets.com
# re: FireFox and the Visual Studio Web Server = Snail’s pace?
# re: FireFox and the Visual Studio Web Server = Snail’s pace?
# re: FireFox and the Visual Studio Web Server = Snail’s pace?
# re: FireFox and the Visual Studio Web Server = Snail’s pace?
# re: FireFox and the Visual Studio Web Server = Snail’s pace?
# re: FireFox and the Visual Studio Web Server = Snail’s pace?
# re: FireFox and the Visual Studio Web Server = Snail’s pace?
# re: FireFox and the Visual Studio Web Server = Snail’s pace?
# re: FireFox and the Visual Studio Web Server = Snail’s pace?
# re: FireFox and the Visual Studio Web Server = Snail’s pace?
# re: FireFox and the Visual Studio Web Server = Snail’s pace?
# re: FireFox and the Visual Studio Web Server = Snail’s pace?
# re: FireFox and the Visual Studio Web Server = Snail’s pace?
new build = driving me nuts
# re: FireFox and the Visual Studio Web Server = Snail’s pace?
# re: FireFox and the Visual Studio Web Server = Snail’s pace?
# re: FireFox and the Visual Studio Web Server = Snail’s pace?
Fantastic! Well done!
# re: FireFox and the Visual Studio Web Server = Snail’s pace?
(by the way, it would be really nice to inhibit the autocomplete on the captcha textbox...)