The query used for extended/v1/stx_supply
is getting expensive and taking several seconds (or timing out) when not getting a cache-hit.
We now have an ft balance table which can calculate the total STX supply near-instantly, which we should switch to using.
EDIT:
Account stx balance endpoints are also starting to have perf issues due to this same underlying problem.