I'm not 100% sure what the cause is, but there's might be some overhead or additional processing in the wrapper that causes longer response times. Or it is as it should be? Let me know if it's the case.
Table shows results when making 50 requests:
Making direct requests to serpapi.com/search.json
Making a request to serpapi.com through API wrapper
@jvmvik this issue is for discussion.
I'm not 100% sure what the cause is, but there's might be some overhead or additional processing in the wrapper that causes longer response times. Or it is as it should be? Let me know if it's the case.
Table shows results when making 50 requests:
async
batch requests withQueue
Making a direct request to
serpapi.com/search.json
:Same code but using the wrapper
YoutubeSearch
(not 100% sure if valid comparison):Using
async
batch requests withQueue
: