Recently, I found that my apache running super slow, as I do my most of the developments on the local host this was an unacceptable, and I know there is no good reason for this. And finally I figured out this is coming from my hosts file.
In there a line of code for 127.0.0.1 to some strange ip address fortunately I found it is not malicious and it was my previous ip address some how entered automatically there.
I remove that line and add following to it.
And now it is working super fast. For your knowing this is a little guide to windows, it says if I'm tries to go to localhost just redirect me to 127.0.0.1, not to any other address.
In there a line of code for 127.0.0.1 to some strange ip address fortunately I found it is not malicious and it was my previous ip address some how entered automatically there.
I remove that line and add following to it.
## Localhost
127.0.0.1 127.0.0.1
127.0.0.1 localhost
And now it is working super fast. For your knowing this is a little guide to windows, it says if I'm tries to go to localhost just redirect me to 127.0.0.1, not to any other address.







