I am using cURL to catch a remote server response. I've noticed that this method takes me 20 seconds eveytime. I've googled and found that something with the DNS lookup is misconfigured on my server (apache).
When i'm writing the exact i.p of the host it takes less than a second.
Any idea where to change this? I think it called reversed dns lookup but I can't figure out if I can enable/disable this.
Thanks