For some reason my curl call is very slow. Here is the code I used.
$postData = \"test\" $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch,
generally thats acceptable when you are loading contents or posting to slower end of world. curl call are directly proportional to your network speed and throughput of your webserver