Lovinity / wwsu

THIS PROJECT HAS BEEN MIGRATED TO GITLAB: https://gitlab.com/wwsu1069/wwsu
4 stars 1 forks source link

Utilize parallel promises in the entire application #79

Open Lovinity opened 5 years ago

Lovinity commented 5 years ago

To (hopefully) boost speeds, try to refactor the code to utilize parallel promises and, where applicable, await Promise.all() so that tasks are completed faster, especially for example state/automation.

Ideally do this after completing https://github.com/Lovinity/wwsu/issues/12 and https://github.com/Lovinity/wwsu/issues/18 .

Lovinity commented 4 years ago

Will work on this throughout the version 6 branch