I have setup two apps in my WAMP environment. Performance of both the sites is OK. They return data in less than a second. The problem is that when I curl one site from another the curl takes around 20 seconds to respond. I have done profiling. Actually CURL request is taking all the time.
This should not be the case as both sites are setup on my machine and I am accessing using localhost/127.0.0.1 . Is it some sort of DNS resolve issue?