async: Load mailboxes/INBOX as early as possible in app startup #67

Closed
opened 2020-07-05 15:56:18 +03:00 by Manos Pitsidianakis · 0 comments

Loading mailbox list and INBOX folder is slow in async because:

  1. at Account init, the mailbox request is performed
  2. Mailbox request is finished async, and then the account requests the first mailbox, usually INBOX.
  3. INBOX request is finished async

Ideally all 3 should happen at Account initialization.

Loading mailbox list and INBOX folder is slow in async because: 1. at `Account` init, the mailbox request is performed 2. Mailbox request is finished async, and then the account requests the first mailbox, usually INBOX. 3. INBOX request is finished async Ideally all 3 should happen at `Account` initialization.
Manos Pitsidianakis added this to the async milestone 2020-07-05 15:56:18 +03:00
Manos Pitsidianakis added the
currently worked on
label 2020-07-05 15:56:18 +03:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: meli/meli#67
There is no content yet.