Firefox and Chrome slow on localhost; known fix doesn't work on Windows 7

Posted by Herb Caudill on Stack Overflow See other posts from Stack Overflow or by Herb Caudill
Published on 2009-11-13T01:31:19Z Indexed on 2010/05/28 19:42 UTC
Read the original article Hit count: 155

Filed under:
|
|
|

Firefox and Chrome are known to be slow on localhost when IP6 is enabled. In previous versions of Windows, the simplest fix is to comment out this line from the hosts file, as explained in the answer to this question.

::1 localhost

However, as noted in this question, in Windows 7 this line is already commented out:

# localhost name resolution is handled within DNS itself.
#   127.0.0.1 localhost
#   ::1 localhost

Is there an alternative way to disable the ::1 localhost reference in Windows 7?

© Stack Overflow or respective owner

Related posts about firefox

Related posts about google-chrome