Ghost/core
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
..
client@4915f6aee2 Updated Ghost-Admin to v3.28.0 2020-08-04 11:23:40 +01:00
frontend 🐛 Fixed incorrect member gating on custom static page routes 2020-08-03 17:28:55 +05:30
server Improved performance of sending newsletter emails (#12091) 2020-08-06 15:19:39 +02:00
shared
index.js