Skip to content

Add caching where doable to reduce server load#256

Merged
devinmatte merged 1 commit into
mainfrom
reduce-api-calls
Oct 9, 2025
Merged

Add caching where doable to reduce server load#256
devinmatte merged 1 commit into
mainfrom
reduce-api-calls

Conversation

@devinmatte

Copy link
Copy Markdown
Member

Motivation

Reduce calls to API gateway, which will lower cost and server load (as well as local web traffic usage) and will make the page seem faster to users

Changes

  • Add day and week cache to basically static data
  • Increase from 10s refresh intervals to 15s to reduce API gateway load without meaningfully impacting usability
  • Add cache to other calls both backend and frontend to reduce extra calls

Testing Instructions

@github-actions github-actions Bot added frontend Change to frontend code backend Change to backend code labels Oct 9, 2025
@devinmatte devinmatte merged commit 2d23099 into main Oct 9, 2025
3 checks passed
@devinmatte devinmatte deleted the reduce-api-calls branch October 9, 2025 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backend Change to backend code frontend Change to frontend code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants