Google Chrome is slow to localhost
--------------------------------------------------
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Over Ancient Waters Looping
--
Chapters
00:00 Google Chrome Is Slow To Localhost
00:22 Accepted Answer Score 26
00:55 Thank you
--
Full question
https://superuser.com/questions/43823/go...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#googlechrome #performance #localhost
#avk47
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Over Ancient Waters Looping
--
Chapters
00:00 Google Chrome Is Slow To Localhost
00:22 Accepted Answer Score 26
00:55 Thank you
--
Full question
https://superuser.com/questions/43823/go...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#googlechrome #performance #localhost
#avk47
ACCEPTED ANSWER
Score 26
Just an idea : do you have a line that looks like this :
::1 localhost
in your hosts (it should be somewhere like C:\WINDOWS\system32\drivers\etc\hosts
, if I remember correctly) file ?
If yes, comment that line by adding a #
at the beginning.
This way, the only line that's about localhost should be
127.0.0.1 localhost
which is IPv4.
It might help, if your problem is really caused by IPv6.