[Feature]: [Mobile]: Initial upload is very slow #362

Closed
opened 2026-02-04 20:02:08 +03:00 by OVERLORD · 0 comments
Owner

Originally created by @esiqveland on GitHub (Oct 16, 2022).

Feature detail

Initial upload on a large timeline is slow. My 8000 photos takes at least 3 hours even when on the same network.

  1. I noticed that the http client is created new for every single file in the upload. This breaks connection pooling/caching, making each upload setup a new connection. I have a fix for this.

Platform

Mobile App

Originally created by @esiqveland on GitHub (Oct 16, 2022). ### Feature detail Initial upload on a large timeline is slow. My 8000 photos takes at least 3 hours even when on the same network. 1. I noticed that the http client is created new for every single file in the upload. This breaks connection pooling/caching, making each upload setup a new connection. I have a fix for this. ### Platform Mobile App
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#362