Download speed from self hosted cloud instance is very low #5442
-
Hello, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Hey @meyerlor . I am not sure why you experince this, especially when compared to the admin. Sounds more like a networking or device issue. I can assure you there is no speed throttling depending on the server. :) Also, note there is a different in how files are delivered depending if you are in debug mode or not: Hope these help to locate the source of your issue. You can also check the performance of https://github.com/opengisch/qfieldcloud-sdk-python/, it's using the same API endpoint as QField for downloading files. |
Beta Was this translation helpful? Give feedback.
Note QField is limited to 8 paralllel file downloads at any point of time. Actually it's pretty much the same for all clients (including web browsers) that you use.
I am pretty sure if you make the DEBUG=0, you will gain some speed. I guess the API errors are because of https://github.com/opengisch/qfieldcloud/blob/master/.env.example#L99 . If you search in the QField(Cloud) related issues/discussions, I have already explained what it is and what it should be configured to.