What checks do you do in middleware that would be expensive though?
What checks do you do in middleware that would be expensive though?

let id = env.MY_DURABLE_OBJECT.idFromName("us-west-player");
let stub = env.MY_DURABLE_OBJECT.get(id);
let response = await stub.fetch(request);