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

feat(perf): parallelize hooks #764

Closed
wants to merge 3 commits into from

Conversation

mshanemc
Copy link
Member

current: for all plugins, in parallel, run the hooks for each plugin sequentially

change: do all the hooks for all plugins in parallel

other

  • move per-plugin load Perf marking to the Plugin:load function instead of Config.
  • yarn install retries like salesforce repos use

@mshanemc mshanemc changed the title Sm/parallelize-plugin-loading feat(perf): parallelize hooks Aug 17, 2023
@mdonnalley mdonnalley closed this Mar 11, 2024
@mdonnalley mdonnalley deleted the sm/parallelize-plugin-loading branch March 11, 2024 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants