abazoskib Posted August 25, 2009 Share Posted August 25, 2009 I am sending data to a remote location and I want to optimize curl for speed. I do not need any return data. Here's what I am using so far: curl_setopt($ch, CURLOPT_URL, $url . $qry_str); curl_setopt ($ch, CURLOPT_NOBODY, 1); curl_setopt($ch, CURLOPT_TIMEOUT, 10); Are there any other setting I should look into for greatest speed? Link to comment https://forums.phpfreaks.com/topic/171845-optimizing-curl-transmission/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.