Home » Questions » Computers [ Ask a new question ]

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

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

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.

Asked by: Guest | Views: 340
Total answers/comments: 1
Guest [Entry]

"Turns out if you uncomment the 127.0.0.1 line in the hosts file, Chrome goes back to its snappy host on localhost URLs.

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

The hosts file is typically at C:\WINDOWS\system32\drivers\etc\hosts. To edit it in Win7, you'll need to run Notepad as administrator."