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

Extremely slow startup time #1442

Open
cowwoc opened this issue Oct 24, 2024 · 1 comment
Open

Extremely slow startup time #1442

cowwoc opened this issue Oct 24, 2024 · 1 comment
Labels
impact/performance Something is slower than expected kind/enhancement Improvements or new features

Comments

@cowwoc
Copy link

cowwoc commented Oct 24, 2024

Hello!

  • Vote on this issue by adding a 👍 reaction
  • If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)

Issue details

pulumi up on a Java project is much slower than it is for a Typescript project. There is no visible progress for the first ~8 seconds, even if the project is a basic Hello World that does nothing more than create a Kubernetes Provider instance.

Has anyone profiled this? Compilation and Maven integration cannot possibly take more than 1 second to run.

@cowwoc cowwoc added kind/enhancement Improvements or new features needs-triage Needs attention from the triage team labels Oct 24, 2024
@justinvp justinvp added impact/performance Something is slower than expected and removed needs-triage Needs attention from the triage team labels Nov 1, 2024
@justinvp
Copy link
Member

justinvp commented Nov 1, 2024

Thanks for the issue, @cowwoc. I haven't had a chance to dig into it, but I wonder if it's related to looking for required Pulumi plugins based on dependencies. Regardless, we should profile and see where we can optimize.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
impact/performance Something is slower than expected kind/enhancement Improvements or new features
Projects
None yet
Development

No branches or pull requests

2 participants