-
Notifications
You must be signed in to change notification settings - Fork 499
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 load room summaries from the cache #4384
Labels
Milestone
Comments
This was referenced Sep 21, 2021
This was referenced Oct 19, 2021
stefanceriu
added a commit
to matrix-org/matrix-ios-sdk
that referenced
this issue
Oct 25, 2021
…lter options structs. Removed fetch options references from them and made them equatable. Comparing them in the fetch options before refreshing the fetchers.
stefanceriu
added a commit
to matrix-org/matrix-ios-sdk
that referenced
this issue
Oct 25, 2021
…lter options structs. Removed fetch options references from them and made them equatable. Comparing them in the fetch options before refreshing the fetchers.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This task is more complex than #4382 and #4383 because we need a smarter storage for summaries. We want to be able to do smarter queries to built different kinds of room lists.
There will be a new and dedicated room summary storage. We will use a db to be able to fetch list of rooms in different manners.
We want to kill the 572ms in this log:
The text was updated successfully, but these errors were encountered: