Ghost/ghost/stats-service
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
..
lib Added 90 days filter to Member Count Admin Dashboard query (#20665) 2024-07-25 23:15:13 +05:30
test
.eslintrc.js
index.js
package.json
README.md

Stats

Stats service

Usage

Test

  • yarn lint run just eslint
  • yarn test run lint and tests