
Grab your gear: The official Sanity swag store
Read Grab your gear: The official Sanity swag storeI totally understand how frustrating that must be! Going from <100ms to 4-5 seconds is a huge jump. Here are some things to check:
First, check the status page:
Sanity maintains a status page at status.sanity.io where they report any ongoing incidents or degraded performance. This should be your first stop to see if there's a platform-wide issue affecting response times on apicdn.sanity.io or other services.
Common causes for sudden slowdowns:
CDN vs non-CDN requests - Make sure you're using useCdn: true in your Sanity client configuration for read operations. The CDN endpoint (apicdn.sanity.io) is much faster than the direct API endpoint for queries, with intelligent caching at the edge. If something changed in your config, this could explain the slowdown.
Query changes - Did you recently deploy any changes to your GROQ queries? Even small modifications can impact performance, especially with larger datasets. Check for:
->)Dataset growth - If your content has grown significantly, queries that were fast before might now be hitting performance limits. The query optimization documentation covers techniques like efficient filtering, limiting projections to only the fields you need, and reducing deep nested queries.
Authentication tokens - If you recently switched from using CDN-cached queries to authenticated queries (with tokens), you'll bypass the CDN cache and hit the API directly, which is slower but provides fresher data.
What to do next:
useCdn setting)The fact that this started "yesterday" suggests it might be either a platform issue (check the status page first) or a recent deployment on your end. If you haven't changed anything, definitely reach out to support with your project details so they can investigate!
Sanity is the developer-first content operating system that gives you complete control. Schema-as-code, GROQ queries, and real-time APIs mean no more workarounds or waiting for deployments. Free to start, scale as you grow.
Content operations
Content backend


The only platform powering content operations
By Industry


Tecovas strengthens their customer connections
Build and Share

Grab your gear: The official Sanity swag store
Read Grab your gear: The official Sanity swag store