-
Notifications
You must be signed in to change notification settings - Fork 540
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
Significant Slowdown in Requests When Using ProxyAgent #3403
Comments
👋 |
node httpClientExample.mjs Making 100 requests without Proxy... Making 100 requests with Proxy... this is the code
|
this is when using axios node httpClientExample.mjs Making 100 requests without Proxy... Making 100 requests with Proxy... This is when using axios with Promise.all node httpClientExample.mjs This is when using undici with Promise.all ❯ node httpClientExample.mjs |
Looks like there is a bug somewhere, good spot! What would be good is to have a complete way to reproduce your problem. I recommend you to create a repository and include everything, so we can reproduce this benchmark locally. (yes, it should include a target server and the proxy). |
Hello,
I'm experiencing a significant slowdown in request performance when using ProxyAgent with the undici library. The same requests without a proxy are much faster. Below are the details of my setup and the observed behavior.
Steps to Reproduce:
Thank you for your attention to this issue. Any insights or fixes would be greatly appreciated.
Best regards,
The text was updated successfully, but these errors were encountered: