If it takes a long time, it is recommended to give the time and the file size. Based on primary school mathematics (I am good at primary school mathematics)
uploadTime = Size / speed //上传时间 = 文件大小 / 上传速度
So what needs to be optimized: Find a faster network or reduce the image size Of course, this is when uploading one image at a time (serial), so another optimization speed is to upload multiple images at once
If you think the upload is slow, you can refer to multi-threaded download and then write a multi-threaded upload.
If it takes a long time, it is recommended to give the time and the file size.
Based on primary school mathematics (I am good at primary school mathematics)
So what needs to be optimized: Find a faster network or reduce the image size
Of course, this is when uploading one image at a time (serial), so another optimization speed is to upload multiple images at once