i finally fixed caching! (i think)
did -> handle, handle -> did, and did -> avatar lookups should all be getting cached in redis now which should considerably speed up navigations and stop 1s+ load times on some pages
cause was fun: [github.com/vercel/next....](
)
[Docs: [Cache Components] "use ...](
)
GitHub
Docs: [Cache Components] "use cache" pitfalls with map() Β· Issue #86896 Β· vercel/next.js
What is the documentation issue? Here's a fix I'm going to deploy now: const resolveDidToHandle = cache(async function resolveDidToHandle(did: stri...
GitHub
Docs: [Cache Components] "use cache" pitfalls with map() Β· Issue #86896 Β· vercel/next.js
What is the documentation issue? Here's a fix I'm going to deploy now: const resolveDidToHandle = cache(async function resolveDidToHandle(did: stri...

