Answers about groq
Questions and answers from the Croct community about groq.
2
Personalizing Sanity content without turning every GROQ query per-user and losing the CDN
Prototyped personalization by injecting user attributes into our GROQ queries. Result: Sanity CDN hit rate went from 96% to under 20% in two days. Obvious in…
18
Personalizing Sanity content without blowing up GROQ/CDN caching
We run a marketplace on Sanity and lean heavily on the CDN for GROQ query performance. Nearly every content request is a cache hit today and our page latency…
2
GROQ pattern for passing the Sanity document as the slot fallback
Hi all. I am wiring Croct into a Sanity + Next.js site and want a clean pattern where one GROQ query fetches the default hero document and that same shape…