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
The final solution for speed up is this
curl_setopt($ch, CURLOPT_IPRESOLVE, CURL_IPRESOLVE_V4 );
Regards