I have a really annoying problem using Google Chrome developing websites. I develop website on localhost (IIS 7 + PHP) and sometimes (often enough) it happens that when I refresh a page I’m working on, it takes a really long time to be loaded, even if it’s a simple script with an “echo” or a little bit more. I have this problem with Windows 8/8.1 and Windows 10 (on Windows 7 I never met this, but I don't check from a while).
I tried invoking the page with 127.0.0.1, change my hosts file, etc. but nothing changed.
Looking at the network tab of the debug tools (F12) I’ve seen that for some reason the script invoked keep staying in “pending” status for a long time.
Why this happens? Is there a way to force every process to be closed before starting new one? Is a problem with Chrome settings, IIS configuration, programming code or else?
Thanks for help