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

gnome-abrt not scalable and begins stuck with a lot of reports #234

Open
NTMan opened this issue Aug 11, 2019 · 3 comments
Open

gnome-abrt not scalable and begins stuck with a lot of reports #234

NTMan opened this issue Aug 11, 2019 · 3 comments

Comments

@NTMan
Copy link

NTMan commented Aug 11, 2019

All operation:

  • moving and resizing the window
  • scrolling oops list

happen with a huge delay

Screenshot from 2019-08-11 14-22-05

I expect that gnome-abrt should be more scalable. For example, I not experienced GUI responsibility problems with Evolution despite the fact that I have there 57505 messages.

@ernestask
Copy link
Collaborator

The thing is that GtkListBox is not even close to GtkTreeView in terms of performance. We could do something like Evince does - switch from one to another on some number of rows, but you should first consider cleaning up, to be honest, unless you get thousands each day.

@NTMan
Copy link
Author

NTMan commented Aug 11, 2019

I do not know GTK so well, but in web programming so that this does not happen in Web applications, usually use the practice of Virtual scrolling (load data into the interface on demand and not all at once).

@ernestask
Copy link
Collaborator

Maybe when GTK 4 is finalized we will have a reworked list box, but the work is still in progress.

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