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

UBERF-6802: Improve create chat message performance #5530

Merged
merged 3 commits into from
May 7, 2024

Conversation

kristina-fefelova
Copy link
Member

@kristina-fefelova kristina-fefelova commented May 6, 2024

Got rid of a lot of unnecessary findAll
Previously there were > 1000 findAll requests for 15 messages in a chat of 8 members, now 45 (3 per message and no longer depends on the number of members)

Before:
before
After:
after

Huly®: UBERF-6826

Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
@haiodo haiodo merged commit 9d47b22 into main May 7, 2024
8 checks passed
@haiodo haiodo deleted the chat-perfomance-6802 branch May 7, 2024 06:49
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 this pull request may close these issues.

None yet

2 participants