Ghost/core/server/services
Kevin Ansfield 2efcf94645
Improved performance of sending newsletter emails (#12091)
no-issue

- switch from `membersService.api.members.list` to using bookshelf `Member.findPage()` with the `{paid: true}` filter to avoid per-member queries (N+1) to decorate members with subscriptions and a heavy post-fetch filter via `contentGating`
- add concurrency to the Mailgun API requests in `bulk-email` service to reduce overall time submitting API requests
- add debug statements with timing output for easier measurements
2020-08-06 15:19:39 +02:00
..
adapter-manager Moved config from server to shared (#11850) 2020-05-27 18:47:53 +01:00
auth Fixed express-jwt config 2020-07-08 15:09:44 +02:00
bulk-email Improved performance of sending newsletter emails (#12091) 2020-08-06 15:19:39 +02:00
invitations Refactor common pattern in service files 2020-04-30 20:48:42 +01:00
mail Updated error name check in GhostMailer 2020-07-21 01:08:19 +05:30
mega Improved performance of sending newsletter emails (#12091) 2020-08-06 15:19:39 +02:00
members Updated host limit message to be clearer 2020-07-26 20:49:30 +01:00
permissions Improved password reset and session invalidation for "locked" users (#11790) 2020-05-05 19:37:53 +01:00
settings Emitted all settings events on reinit of cache (#12012) 2020-07-06 17:09:43 +02:00
webhooks Moved core/server/lib/common/logging to core/shared/logging (#11857) 2020-05-28 19:30:23 +01:00
labs.js Moved core/server/lib/common/logging to core/shared/logging (#11857) 2020-05-28 19:30:23 +01:00
slack.js Moved core/server/lib/common/logging to core/shared/logging (#11857) 2020-05-28 19:30:23 +01:00
xmlrpc.js Moved core/server/lib/common/logging to core/shared/logging (#11857) 2020-05-28 19:30:23 +01:00