i am running a simple http request with guzzle
$client = new Client();
$response = $client->get("http://www.google.com");
return $response->getBody();
as you can see i'm getting 11300 ms delay
i can't find where is the problem i doubt it's from the code
i've tried
file_get_contents("http://www.google.com");
i got 300ms reponse that's what strange is the problem from guzzle itself? please help i'm lost
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire