davidtsadler / ebay-api-sdk-php

MIT License
8 stars 9 forks source link

High number of remote calls #3

Closed ikmolbo closed 9 years ago

ikmolbo commented 9 years ago

Hi David,

Thanks for this superb SDK. It makes working with the Ebay API so much easier.

I'm currently profiling the performance of an internal API I've created using your SDK to search Ebay. I'm seeing quite slow response times and, looking into the profiling data, I'm seeing numerous CurlMulti requests sent for just one findItemsAdvanced API call. I've attached a screenshot.

screen-shot-2015-04-07-at-16 15 09

Is this expected behaviour? Can you point me to where your SDK created the cURL handles?

Thanks,

Matt