mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-26 12:21:36 +03:00
3e13a6c562
refs https://github.com/TryGhost/Team/issues/909 The member identity data currently attaches several extra data points to member information which is not used/needed, and causes multiple DB queries on each page load when Portal requests for member via `/members/api/member` endpoint. This change removes all the unused data points on member - `labels`, `stripe_customer`, products`, `stripe_product` cutting DB queries in half. |
||
---|---|---|
.. | ||
controllers | ||
repositories | ||
services | ||
common.js | ||
MembersAPI.js | ||
migrations.js |