Ghost/ghost/stats-service/lib
Princi Vershwal 23458c664a
Added 90 days filter to Member Count Admin Dashboard query (#20665)
Ref https://linear.app/tryghost/issue/SLO-192/add-90-days-filter-to-member-count-admin-dashboard-query

This API used to fetch the data for all time. We need data for only 90 days for our dashboard. This will optimise the performance of this API.
Also, sorting the rows in memory is lot more efficient than orderBy in db in this case.
2024-07-25 23:15:13 +05:30
..
MembersStatsService.js Added 90 days filter to Member Count Admin Dashboard query (#20665) 2024-07-25 23:15:13 +05:30
MrrStatsService.js Added 90 days filter to Mrr Admin Dashboard query (#20661) 2024-07-25 17:08:51 +05:30
ReferrersStatsService.js Added 90 days filter to Top Sources Admin Dashboard query (#20609) 2024-07-17 07:16:39 +05:30
StatsService.js Added eslint rule for file naming convention 2023-05-09 12:34:34 -04:00
SubscriptionStatsService.js Added eslint rule for file naming convention 2023-05-09 12:34:34 -04:00