Tip : Speed up Firefox for ASP.NET development
Here's a tip for the ASP.NET developers out there using Firefox. Ever noticed how painfully slow FireFox is when you're using the ASP.NET development webserver that comes with Visual Studio ? Sometime last year I found a fix for this after a bunch of googling, then promptly forgot about it. I recently started developing on a new machine and was finding myself annoyed at the speed of Firefox and remembered this was something I'd dealt with in the past.
Take a look here for all the gory details, or if you're in a hurry, go into about:config in firefox, and set network.dns.ipv4OnlyDomains to localhost.
Now back to your (much faster) code.