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

performance issues in the front end when there are many chat messages #68

Open
anytimesoon opened this issue May 12, 2024 · 2 comments · Fixed by #70
Open

performance issues in the front end when there are many chat messages #68

anytimesoon opened this issue May 12, 2024 · 2 comments · Fixed by #70

Comments

@anytimesoon
Copy link
Owner

No description provided.

@anytimesoon
Copy link
Owner Author

Possible solution to this might be a derived store only displaying a couple hundred messages from the comment store

@anytimesoon anytimesoon linked a pull request May 18, 2024 that will close this issue
@anytimesoon
Copy link
Owner Author

The above pr starts the fix to this, but will require some tweeking. At the moment, 300 of the latest messages are rendered by the frontend. That has helped a bit, but it's still quite a high number, so we can play around with it to find a good balance of rendered messages to performance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant