The fact
Using Promise.all() instead of sequential await multiplies performance for independent operations.
This common mistake costs unnecessary milliseconds of delay and degrades application responsiveness.
Click the link to read an article on the topic: