Help! I have just brought a new HP Envy laptop, my old laptop had Windows 7 on it but this one has Windows 8.1 on it. I have installed VS 2013 express and installed MySQL on it (localhost) and imported my database on it to allow me to keep on developing my website. However, I have come across a problem that I cannot seem to find a fix for.
When I run my website from VS 2013 it runs it in the II8 express environment. Everything is fine with it running and it runs without errors. However, as soon I click RUN, the time it can take before the page comes up in the browser (intermittently) can take up-to 20 seconds, sometimes not at all and sometimes straight away, sometimes you will have to STOP debugging and just run again. It is annoying. It seems to be the amount of time it connecting to the MySQL server and then returning he data. When the initial connection has been made subsequent DB request as instantaneous.
I have looked on the internet a found information about disabling IPv6. Adding skip-name-resolve in the my.cnf within MySQL. I even moved the MySQL database from my server to the local PC to eliminate and network slowness but nothing. I still get WAITING FOR LOCALHOST at the bottom of the browser.
Any ideas?
Thanks.