-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"New group" is slow with large addressbook #443
Comments
Worked on this. This has been resolved now. |
What was the issue? |
Sir, we were previously reading all contacts from device. They were disk
I/O operations so was taking some time to fetch and get displayed if the
addressbook was large. I solved it by reading it from database instead as
it is faster. Only avatars are being fetched from contactsbook using unique
identifier from database.
Also, previously we were showing whole contacts list and contacts not on
kibo chat were set "disabled" so they could not be selected . Now I am
showing only those contacts which are on Kibo Chat.
…On Thu, Dec 15, 2016 at 12:24 PM, Cloudkibo ***@***.***> wrote:
What was the issue?
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#443 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AKbhp851bKrkM1bXPdLFDgHSnG1gscChks5rIOswgaJpZM4LMQeC>
.
|
Thanks for the update |
Is this issue published? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
New group button works very slow with large addressbook.
The text was updated successfully, but these errors were encountered: