-
Notifications
You must be signed in to change notification settings - Fork 20
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
Lazy pagination required in the people->All contacts #38
Comments
We can either go with pagination, or fetch details lazily when id is scrolled into view. We can also explore other options like memoizing the details, so it is only fetched once. |
Thanks @rottencandy If memoizing option fetches the details once then we should go with this option. |
i had a issue here when i click all contacts rs freezes or the webui gets logged out |
sorry @defnax for the late reply. Actually it was working perfectly in my case. And @rottencandy also checked when he merged the PR . |
May be this conflits comes after merging |
This is probably due to having lots of contacts. So if there are 1000 contacts, the webui contacts tab makes 1000 http requests to RS in 1 second, which could be why the browser gets overwhelmed and freezes. This model does not scale well, and we need to fix this soon. |
No description provided.
The text was updated successfully, but these errors were encountered: