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

Make bootstrap faster #129

Open
1 task done
iLLiCiTiT opened this issue Jul 17, 2024 · 0 comments
Open
1 task done

Make bootstrap faster #129

iLLiCiTiT opened this issue Jul 17, 2024 · 0 comments
Labels
type: enhancement Improvement of existing functionality or minor addition

Comments

@iLLiCiTiT
Copy link
Member

iLLiCiTiT commented Jul 17, 2024

Is there an existing issue for this?

  • I have searched the existing issues.

Please describe the feature you have in mind and explain what the current shortcomings are?

Bootstrap takes some time and when a process needs to spawn some subprocess quickly, e.g. simple UI dialog, it should happen instantly and usually is not needed to validate downloaded addons and dependency packages.

How would you imagine the implementation of the feature?

Not sure, the bootstrap still has to add addons and dependendency package to sys path, to be able to do that it must know which should be added and still collect all the information. So we should find out what actually takes so long before we start to implement it.

@iLLiCiTiT iLLiCiTiT added the type: enhancement Improvement of existing functionality or minor addition label Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement Improvement of existing functionality or minor addition
Projects
None yet
Development

No branches or pull requests

1 participant