Hi everyone,
I’m hosting a lightweight app focused on video editing behind caddy, and I’ve run into some challenges related to caching and serving dynamic content efficiently. Sometimes, users experience delays when switching between pages or performing quick edits, and I’m not sure if this is due to the default caching, tls overhead, or some other configuration.
I’m curious how others handle small interactive apps or web tools on caddy—do you rely mostly on caching rules, custom headers, or other tweaks to balance performance and correctness? Any tips on avoiding stale content or improving responsiveness for interactive features would be really helpful.
Thanks in advance for sharing your experience!