Reference/config data that rarely changes (fee schedules, status enums) is re-fetched from the database on every request instead of being cached, adding avoidable latency and DB load.
Proposal: Add a short-TTL in-memory or Redis cache for read-heavy, rarely-changing endpoints.
Reference/config data that rarely changes (fee schedules, status enums) is re-fetched from the database on every request instead of being cached, adding avoidable latency and DB load.
Proposal: Add a short-TTL in-memory or Redis cache for read-heavy, rarely-changing endpoints.