Skip to content
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

App can be slow to incremental sync #4946

Open
manuroe opened this issue Oct 4, 2021 · 1 comment
Open

App can be slow to incremental sync #4946

manuroe opened this issue Oct 4, 2021 · 1 comment
Labels
performance T-Enhancement New features, changes in functionality, performance boosts, user-facing improvements

Comments

@manuroe
Copy link
Member

manuroe commented Oct 4, 2021

As per the log below on 1.6.1.
The server response was slow (this is a known cache expiration issue in synapse) but the app tried to sync only after 6 seconds.

# First log - App starts
2021-10-03 09:55:54.233 Riot[65448:5771531]  [MXLogger] redirectNSLogToFiles: YES

# First sync request
2021-10-03 09:56:01.312 Riot[65448:5771531]  [MXHTTPClient] #7 - GET _matrix/client/r0/sync

# The slow response from the homeserver
2021-10-03 09:56:08.056 Riot[65448:5771531]  [MXHTTPClient] #7 - GET _matrix/client/r0/sync completed in 6743ms

# Total time to remove the grey spinner
2021-10-03 09:56:09.867 Riot[65448:5771531]  [MXSession] Events stream resumed in 8555ms
2021-10-03 09:56:09.867 Riot[65448:5771531]  [MXKAccount] @Manu:matrix.org: The session is ready. Matrix SDK session has been started in 15351ms.
@manuroe manuroe added T-Enhancement New features, changes in functionality, performance boosts, user-facing improvements performance labels Oct 4, 2021
@MadLittleMods
Copy link
Contributor

Related to #5752

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance T-Enhancement New features, changes in functionality, performance boosts, user-facing improvements
Projects
None yet
Development

No branches or pull requests

2 participants