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 startup time when using plugins #2238

Open
jeffmoss opened this issue Feb 7, 2023 · 1 comment
Open

Slow startup time when using plugins #2238

jeffmoss opened this issue Feb 7, 2023 · 1 comment

Comments

@jeffmoss
Copy link

jeffmoss commented Feb 7, 2023

What is the current behavior?

Currently if you install some plugins the CLI slows down considerably, for example the heroku-pg-extras plugin:

Before

heroku ps -a myapp  0.49s user 0.27s system 33% cpu 2.316 total

After

$ heroku plugins:install heroku-pg-extras
heroku ps -a myapp  1.33s user 1.32s system 41% cpu 6.377 total

What is the expected behavior?

I would expect some commands like ps would not load the entire plugin suite, saving time.

@k80bowman
Copy link
Contributor

Thank you for letting us know. We'll look into it.

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

3 participants