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

Move plugin and theme installation to parallel execution #11

Merged
merged 1 commit into from
Dec 1, 2023

Conversation

erikyo
Copy link
Collaborator

@erikyo erikyo commented Dec 1, 2023

Refactored the code in install.js to execute plugins and themes installation concurrently. Removed individual Promise.all() calls for each plugin and theme and instead created a single Promise.all() to handle all install promises. This will significantly increase the installation speed by running these processes parallelly instead of sequentially.

close #9

Refactored the code in install.js to execute plugins and themes installation concurrently. Removed individual `Promise.all()` calls for each plugin and theme and instead created a single `Promise.all()` to handle all install promises. This will significantly increase the installation speed by running these processes parallelly instead of sequentially.

close #9
@erikyo erikyo requested a review from gardenboi December 1, 2023 19:27
@erikyo erikyo merged commit a79fc50 into master Dec 1, 2023
@erikyo erikyo deleted the enhancement/async-install branch December 1, 2023 20:02
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.

Install themes and plugins asyncronously
2 participants