0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core
Jason Williams 5c6d45f258 Optimize model class methods
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.
2014-12-19 00:54:22 +00:00
..
client Prevent error when closing modal dialog 2014-12-18 23:10:25 +00:00
server Optimize model class methods 2014-12-19 00:54:22 +00:00
shared Provide absolute blog url in sitemap 2014-12-17 14:55:27 +00:00
test Merge pull request #4654 from ekulabuhov/4521_TagPostCount 2014-12-19 00:17:36 +00:00
index.js Move config module to be instance based and merge bootstrap into config. 2014-08-23 15:54:43 -04:00