Remix.run Logo
brokencode 7 hours ago

Would it be possible to increase the cache duration if misses are a frequent source of problems?

Maybe using a heartbeat to detect live sessions to cache longer than sessions the user has already closed. And only do it for long sessions where a cache miss would be very expensive.

bcherny 7 hours ago | parent [-]

Yes, we're trying a couple of experiments along these lines. Good intuition.