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

Reduce lag and memory consumption of replays list #933

Closed
micheljung opened this issue Jun 9, 2018 · 1 comment
Closed

Reduce lag and memory consumption of replays list #933

micheljung opened this issue Jun 9, 2018 · 1 comment

Comments

@micheljung
Copy link
Member

The reason why the replay list slows down the client is because it's adding one element per replay to a vertical pane instead of using the more efficient list view (which only renders elements that are visible).
This consumes a lot of memory and once the heap gets full, there's a lot of GC activity that causes high CPU load as well.

https://www.youtube.com/watch?v=-QQvybRgSUc

@Sheikah45
Copy link
Member

Fixed with the pagination and flow pane

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

No branches or pull requests

2 participants