I\'m trying to get embed tweet from Twitter. So, I\'m using cURL to get the json back. I wrote a little test but the test takes around 5 seconds as well as when I run locall
Try to set curl_setopt($ch, CURLOPT_ENCODING, '') it's enable gzip compression
curl_setopt($ch, CURLOPT_ENCODING, '')