mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
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. |
||
---|---|---|
.. | ||
accesstoken.js | ||
app-field.js | ||
app-setting.js | ||
app.js | ||
base.js | ||
basetoken.js | ||
client.js | ||
index.js | ||
permission.js | ||
post.js | ||
refreshtoken.js | ||
role.js | ||
settings.js | ||
tag.js | ||
user.js |