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

Cache support for Plugins Manager #2206

Open
AmmarAbouZor opened this issue Feb 13, 2025 · 0 comments
Open

Cache support for Plugins Manager #2206

AmmarAbouZor opened this issue Feb 13, 2025 · 0 comments
Assignees
Labels
new newly created issue

Comments

@AmmarAbouZor
Copy link
Member

Currently, plugins manager scans plugins directory on app start loading each plugin to get its metadata and configurations schema and other needed data. This could affect startup time in case of many plugins, even if users won't be using those plugins.
caching the plugins info in a file while keeping track on the changes in plugins will avoid loading the plugins on each start up.

Note: This has lower priority than the other tasks in Step 1

@AmmarAbouZor AmmarAbouZor added this to the Plugins Support Step 1 milestone Feb 13, 2025
@AmmarAbouZor AmmarAbouZor self-assigned this Feb 13, 2025
@github-actions github-actions bot added the new newly created issue label Feb 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new newly created issue
Projects
None yet
Development

No branches or pull requests

1 participant