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

Fix slow loading of chatrooms (ChatMain issue) #2536

Closed
taoeffect opened this issue Jan 23, 2025 · 0 comments · Fixed by #2545
Closed

Fix slow loading of chatrooms (ChatMain issue) #2536

taoeffect opened this issue Jan 23, 2025 · 0 comments · Fixed by #2545

Comments

@taoeffect
Copy link
Member

Problem

Since updating to 1.2.0, in our GIG group, on mobile, the chatroom takes 12 seconds to load, every time I switch to it from some other chatroom.

Solution

It seems like there are multiple possible problems:

  1. IIRC, the chatroom state should be cached in vuex, so switching to it should be instant. This should be fixed.
  2. Even if the cache got broken somehow, this is way too long to load the chatroom. It seems like it's probably loading the entire thing each time. Explore Think more deeply about how Chatroom contracts are sync'd. #1784 as a possible solution to fixing this.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants