Wenn für das Debuggen von ASP.NET Anwendungen Firefox genutzt wird, kann es zu einer Verlangsamung von Firefox kommen. Scott hat sich ein wenig ausgiebiger damit beschäftigt um am Ende festzustellen, dass es hier schon längst eine Lösung für gibt...
Consequently, to fix this problem of slow response times when visiting localhost using Firefox, either set the network.dns.diableIPv6 configuration property to true or set the network.dns.ipv4OnlyDomains configuration property to “localhost”. My search led me to many pages around the Web suggested that you set the nework.dns.disableIPv6 property to true, but this would disable IPv6 support for all sites visited by the browser (at least according to the Wiki documentation). Therefore I set the network.dns.ipv4OnlyDomains property to “localhost”.
Gelesen bei Scott
Disclaimer The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.