Apologies for not using the scaffold but I wanted to keep things brief.
I've been running a few tests to try and optimize downloads and uploads through rclone and Google Drive via very quick 2MB (or precisely, 2000896 bytes) file uploads/downloads. I've recorded results for a few tests, do note that these tests were performed with the --fast-list, --ignore-checksum, and --drive-chunk-size=8M flags.
I'm currently running on a 50 Mbit Down, and 20 Mbit Up, ethernet connection to the internet:
What I noticed with the --dump headers log. Is there seemed to be about a 2 second wait time between an HTTP request and a response. Does anyone know any way to optimize this? I might do more trials using my own client id. Let me know if you want the logs from the HTTPS dumps.
I noticed the main delay is between the HTTP request and response, I would assume with a low enough ping and high upload speed that HTTP requests would take sub 100 ms to respond, not up to 1 second.
I mean, each HTTP transaction seems to take about a second to respond. I thought transactions were meant to be fairly quick, about sub 100ms. Possibly longer for the actual download process but I thought any checks before that would be quicker.