If several await-expressions assigned to variabled occur consequently in code, they can be replaced with Promise.all and destructuring for better performance.