I\'m using CURL to get the status of a site, if it\'s up/down or redirecting to another site. I want to get it as streamlined as possible, but it\'s not working well.
curl_exec is necessary. Try CURLOPT_NOBODY to not download the body. That might be faster.
curl_exec
CURLOPT_NOBODY