Search code examples
phpwindowswindows-8localhostresponse

Localhost taking too long. What to do?


I'm working on a project. Yesterday it was working very fine but when I've updated my system OS from Windows 7 32 bit to Windows 8 64 bit and wamp server from 32 bit to 64 bit now I'm getting very slow localhost response in my Php project (6 Senonds delay on each page) also I didn't change anything within the script. Unable to identify what could be the problem.


Solution

  • I just changed the server name from localhost to 127.0.0.1 in database connection configuration and it worked light speed.