Hi everyone,
I’m working on hosting a small, static word game behind caddy and ran into some questions around caching and performance. When serving something like a browser-based puzzle (similar to the letters boxed word game online), I’m not sure what the best balance is between aggressive caching and making sure game state or daily updates don’t get stuck behind stale responses.
Has anyone here dealt with caching rules, headers, or reverse proxy setups for lightweight interactive sites like this? I’m also curious if there are common pitfalls with https redirects or cdn integration when the content updates frequently but the assets stay mostly static.
Would love to hear how others are handling setups like this with caddy.