For a multi item query, requests to the Platform API are made in series. This adds to the overall response time.
Typhoeus (http://github.com/pauldix/typhoeus) could be used to make the requests in parallel, thereby improving response times for large batches of reconciliation requests.
For a multi item query, requests to the Platform API are made in series. This adds to the overall response time.
Typhoeus (http://github.com/pauldix/typhoeus) could be used to make the requests in parallel, thereby improving response times for large batches of reconciliation requests.