-
-
Notifications
You must be signed in to change notification settings - Fork 190
[BUG] File upload very slow #263
Copy link
Copy link
Closed
Labels
bugConfirmed bugs or reports that are very likely to be bugs.Confirmed bugs or reports that are very likely to be bugs.
Description
Activity
Metadata
Metadata
Assignees
Labels
bugConfirmed bugs or reports that are very likely to be bugs.Confirmed bugs or reports that are very likely to be bugs.
Prerequisites
Description
I made a simple http server example which works fine, except when uploading rather "larger" files.
Also get_arg is really slow (
request.get_arg("file_name"));See below for performance I get from Orbit profiler
Steps to Reproduce
Expected behavior: Takes only a couple of seconds
Actual behavior: Very slow file upload
Reproduces how often: Always
Versions
Linux pop-os 5.15.15-76051515-generic #202201160435~1642693824~20.04~97db1bb-Ubuntu SMP Fri Jan 21 14: x86_64 x86_64 x86_64 GNU/Linuxversion packaged
Additional Information