don't just store stubs in memory without being aware you need to reconnect them: https://developers.cloudflare.com/workers/runtime-apis/durable-objects/#object-stubs If you're talking about permanently storing names or ids for related DOs, yeah your reasonable options there are KV or another DO. Don't call the rest api on every incoming user request.