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

Slow load.. support incremental load? #141

Open
alexanderkjeldaas opened this issue Jun 22, 2018 · 3 comments
Open

Slow load.. support incremental load? #141

alexanderkjeldaas opened this issue Jun 22, 2018 · 3 comments

Comments

@alexanderkjeldaas
Copy link

It takes quite some time for sen to load. It would be good if it could show the UI and populate incrementally.

For me with around 1k containers and 1k images, it takes maybe 30 seconds to load, maybe more.

@TomasTomecek
Copy link
Owner

Holy moly, 30 seconds is a lot. I have never tried sen in such environment.

I completely agree that asynchronous loading mechanism would be the best thing to do. The thing is that the UI library sen is using (urwid) doesn't support such operation. I feel like this is not trivial to implement. Which is a real shame.

@alexanderkjeldaas
Copy link
Author

There is some sort of refresh happening though. How about if sen basically did a docker ps before showing the UI, and then on the first refresh a docker ps -a?

@TomasTomecek
Copy link
Owner

Yes, that would make sense.

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

No branches or pull requests

2 participants