Sign In

Navigation

On This Page

Archive

<July 2009>
SunMonTueWedThuFriSat
2829301234
567891011
12131415161718
19202122232425
2627282930311
2345678

Categories

Blogroll

Contact

Send mail to the author(s) Email Me
MCPD
MCTS

Disclaimer

The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way


Copyright ©  2013
 Creative Commons License
This work by Jeff Klawiter is, unless explicitly stated in the article,  available under the Creative Commons Attribution 3.0 United States License.

Pick a theme:
# Tuesday, July 21, 2009
by Jeff Klawiter - Tuesday, July 21, 2009 1:33:17 PM (Central Standard Time, UTC-06:00)

 

I recently was directed to a nice trick on how to make the Visual Studio Web Development (WebDev.WebServer.exe) server run faster when accessing it in FireFox. I’ve long noticed it seem to lag quite a bit compared to running in IE.

Basically there is something that goes wrong when FireFox tries to connected the server via IPv6. The trick is to just disable it. Unfortunately this disables it for all sites and may cause problems in the future as more places switch over to IPv6. But for now it should be just fine. Changing the setting is quite easy

 

Type in “about:config” in your address bar (get passed the “are you sure you want to do this” nag screen) and search for ipv6. You should find a settings like below

IPv6 About:Config

The setting network.dns.disableIPv6 should be set to True. All it takes is double-clicking on the setting to change it. The effects should be immediate.

Comments [0] #       |  kick it on DotNetKicks.com Shout it
All comments require the approval of the site owner before being displayed.
Name
E-mail
(will show your gravatar icon)
Home page

Comment (Some html is allowed: a@href@title, b, blockquote@cite, em, i, strike, strong, sub, sup, u) where the @ means "attribute." For example, you can use <a href="" title=""> or <blockquote cite="Scott">.  

Enter the code shown (prevents robots):

Live Comment Preview