Speed up the startup #41
Labels
No labels
Bug
Documentation
Easy
Feature
Localization
Packaging
Refactoring
Test
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: blue/squawk#41
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Now, if I have a lot of chats the startup is slow because want it or not - there is syncronization of mucs with all the hustory request.
Need to do 3 things at first: request muc history only if there actually are new messages, bufferize vcards request (sometimes i even get disconnected because Squawk tries to request to many at the same time), do something about the mucs with new messages, for them to perform request in the background not at the start and alltogether
Wrote a manager called DelayManager, wrapped vcard requests there, now need to wrap there discovery requests too