How to cache server data in Next.js without stale HTML?
QuestionAsked56 days ago
Viewed381 times
34
I'm working on **Next.js** and need to cache server data. I've tried a simple cache layer, but I'm still seeing stale HTML.
Context:
- Dataset size: small startup
- Expected output: p95 < 200ms
- Current behavior: timeouts under load
What would be a clean approach here, and what should I watch out for?
asked 56 days ago
K
Kunal Rao700
0 Answers
🚀
Be the first to help!
No answers yet 😶 Share your approach, ask a follow-up clarification, or add a code snippet to help out.