) (it was a good first approximation) to handrolled oauth + jetstream ingestion + drizzle + atproto/lex client, and then squeezed out nice optimizations from direct db access. mostly hands-free
it would be nice if cacheComponents had a verbose mode where it logs every cache hit/miss together with the key.
i know you can do something like that by writing your own handlers but i don't want to write any code, i just want a debugging tool
), also maybe first example i remember of a feature being more immediately useful (in a sense) self-hosted compared to serverless/vercel
[Next 16.0: "Use cache" is igno...](
does "use cache" automatically include cache() in-request deduplication? if yes, is there any downside to basically always writing "use cache: private" instead of manual cache() wrapping? considering "use cache: private" has no other server effect