Skip to content
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

Performance improvements #584

Open
ocervell opened this issue Nov 12, 2024 · 3 comments
Open

Performance improvements #584

ocervell opened this issue Nov 12, 2024 · 3 comments
Assignees

Comments

@ocervell
Copy link

dalfox's CPU usage seems quite high: it can go up to 400% for a single URL !

Should we open a thread for perf improvements maybe by profiling the code to see where it's spending time exactly: most of dalfox functionality should be I/O-bound, not CPU-bound, since the main goal is to make requests.

@hahwul
Copy link
Owner

hahwul commented Nov 18, 2024

@ocervell
Thank you for your feedback on dalfox's CPU usage. I completely see where you're coming from, and I agree that this area could use improvement. I'll prioritize performance enhancements and start addressing this right away!

@hahwul hahwul self-assigned this Nov 18, 2024
@iamroh4an
Copy link

+1

@iamroh4an
Copy link

dalfox's CPU usage seems quite high: it can go up to 400% for a single URL !

Should we open a thread for perf improvements maybe by profiling the code to see where it's spending time exactly: most of dalfox functionality should be I/O-bound, not CPU-bound, since the main goal is to make requests.

for now you can use "cpulimit" until this is fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants