QUESTION TO THE FORUM,
what is best practice to call GET API many-many times within a loop?I have ~1,000 employees. I need to loop through each of them...no problem there.
Within my loop, for each employee, I need to reach out to a 3rd party server via an API, GET a few of the data elements sent back to me...and store those elements to mySQL
I have it running using PHP and calling cURL each loop interaction...BUT IT IS VERY_VERY_VERY SLOW.
Thanks for advice!!!, Tom