keithkelly
11 months agoLeader
Possible to Cache the Output of an Endpoint?
I have
- a custom endpoint that returns custom KPIs per board.
- Custom board lists on the Community Home page.
For Board Oversight teams, leadership , etc. I want to post the board-level KPIs (#1) directly on the home page's board lists (#2).
Bad (current) way of doing it: Calculate KPI data for each board...each and every time the board list is generated.
Can I EITHER:
- Cache the KPI endpoint response, OR
- Cache each individual metric as its looked up (cache key would be the board ID)