Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Install themes and plugins asyncronously #9

Closed
erikyo opened this issue Dec 1, 2023 · 0 comments · Fixed by #10 or #11
Closed

Install themes and plugins asyncronously #9

erikyo opened this issue Dec 1, 2023 · 0 comments · Fixed by #10 or #11

Comments

@erikyo
Copy link
Collaborator

erikyo commented Dec 1, 2023

currently the process installs sequentially wordpress plugins and then themes. as far as wordpress is right, it needs to be installed sincronously but the plugins and themes could be installed concurrently

@erikyo erikyo mentioned this issue Dec 1, 2023
erikyo added a commit that referenced this issue 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
@erikyo erikyo closed this as completed in #10 Dec 1, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant