-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Slow performance] - two seconds for each call #76
Comments
I am too having the same problem. Have anyone found a solution to this? |
Same problem here :
It's because of the handshake at each request. I don't know if there is a solution for this. For the |
I hope @claudiosanches will check this to add |
some news regarding this feature? |
I don't think the related issue is the same problem as this issue. This issue seems to be a But I would love to hear from the developer on this issue. |
If you are still looking for a solution, since the repo is not maintained, I have forked the project to add the Session + Retry here : https://github.com/chichi13/wc-api-python-unofficial |
LOL. Timing. |
Hi,
In my tests, each wcapi call takes about 2 seconds, regardless of the content of the call.
If I do a get of a single product or a get of 100 products, it always takes about 2 seconds.
Two seconds for an operation on 100 products can be an acceptable time, however it is far too long for an operation on only one product.
The fact that the long execution time does not depend on the type of call, makes me rule out a problem on my server, and makes me think that most of the time is used to "establish the connection" and not to "execute the query".
Can i do something to speed up the process?
Thanks
The text was updated successfully, but these errors were encountered: