I have extremely slow upload speed from android app - it takes about 2 to 3 sec to upload 5 mb photo to server that in intranet (192.168.x.x).
Does android app have some way of debugging like dev tools or something? Where I could see what connections it’s trying to make, how many concurrent connections it tries and so on? Was wondering if it could be that it tries to make https connection which fails due to misconfiguration and then it has to wait until it timeouts before it tries http connection or something like that.
Also is there way to tell android app to upload 10 files at once? Since it’s currently using like only 1% of my wifi bandwidth.