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

Improve startup performance by lazy-loading extensions #38

Open
amykyta3 opened this issue Jan 6, 2024 · 0 comments
Open

Improve startup performance by lazy-loading extensions #38

amykyta3 opened this issue Jan 6, 2024 · 0 comments
Assignees
Labels
feature request New feature or request

Comments

@amykyta3
Copy link
Member

amykyta3 commented Jan 6, 2024

Currently all extensions are discovered and imported unconditionally upon each invocation of the tool. This is not great.

Instead, rework the command-line processor so that the specific exporter plugin is only loaded if invoked.

There are some other situations where all extensions may need to be loaded, but thats limited to stuff like running the top-level --help command, or dumping plugin versions (may be able to avoid)

@amykyta3 amykyta3 added the feature request New feature or request label Jan 6, 2024
@amykyta3 amykyta3 self-assigned this Jan 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant