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

Friends list overview/landing page is slow #82

Open
MaxKorlaar opened this issue Nov 16, 2020 · 0 comments
Open

Friends list overview/landing page is slow #82

MaxKorlaar opened this issue Nov 16, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@MaxKorlaar
Copy link
Owner

MaxKorlaar commented Nov 16, 2020

This is most likely due to inefficient handling of the Redis cache. There are currently 390k UUIDs stored in this cache in order to show the recently and most seen players. It currently loads all of them, sorts them and then only takes the first 20 items. This logic should be improved.

@MaxKorlaar MaxKorlaar added the bug Something isn't working label Nov 16, 2020
@MaxKorlaar MaxKorlaar self-assigned this May 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant