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

Initial loading time #3

Open
1 of 3 tasks
jancborchardt opened this issue Apr 6, 2018 · 0 comments
Open
1 of 3 tasks

Initial loading time #3

jancborchardt opened this issue Apr 6, 2018 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@jancborchardt
Copy link
Member

jancborchardt commented Apr 6, 2018

For big home folders it can take quite some time to load the whole list of files.

To make this quicker, there’s some options:

  • Load the interface first (create_widgets) before the file list creation (random_files) – and move element_preview & element_text out of create_widgets into init
  • Show some loading feedback there after the base interface loaded
  • Load a few first files quickly, and others in the background (not sure this works)
@jancborchardt jancborchardt added the enhancement New feature or request label Apr 6, 2018
@jancborchardt jancborchardt added this to the v0.2.0 milestone Apr 7, 2018
jancborchardt added a commit that referenced this issue Apr 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant