[PERFORMANCE] Slow backup when the backup list is long - mobile app. #43

Closed
opened 2026-02-04 16:57:21 +03:00 by OVERLORD · 0 comments
Owner

Originally created by @alextran1502 on GitHub (Apr 1, 2022).

Originally assigned to: @alextran1502 on GitHub.

Performance Problem
Websocket causes slow backup when the backup list is long, due to continuous rerendering of the assets list on the home page.

Suggestion

  1. Stop listening to WebSocket on_upload_success event when navigating to backup_controller_page
  2. Refetch all assets after poping back from backup_controller_page
Originally created by @alextran1502 on GitHub (Apr 1, 2022). Originally assigned to: @alextran1502 on GitHub. **Performance Problem** Websocket causes slow backup when the backup list is long, due to continuous rerendering of the assets list on the home page. **Suggestion** 1. Stop listening to WebSocket `on_upload_success` event when navigating to `backup_controller_page` 3. Refetch all assets after poping back from `backup_controller_page`
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#43