Hello.
When parsing multiple links, my script crashes due to a timeout.
In Guzzle, I solved the problem with an asynchronous request.
But guzzle can't work with ajax, so I use phantomjs, but I didn't find parallel asynchronous requests here.
Can you tell me how to execute 5 requests asynchronously?