mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-13 22:41:32 -05:00
5c6d45f258
No Issue - Reorder promise chains to defer database queries until they are needed. - Execute database queries that are not dependent on each other in parallel instead of sequentially. - Reduce the number of variables used to hold state across multiple promise blocks. - Do not go async unless necessary. |
||
---|---|---|
.. | ||
client | ||
server | ||
shared | ||
test | ||
index.js |