
Grab your gear: The official Sanity swag store
Read Grab your gear: The official Sanity swag storeI totally understand your frustration with the slow typing experience! The good news is that Sanity Studio doesn't actually autosave on every single keystroke — there's no way to disable autosave because the lag you're experiencing isn't directly caused by saving behavior. Instead, the issue is typically related to performance bottlenecks elsewhere in your setup.
Based on the Sanity Answers thread and GitHub issue #7456, here's what's actually happening and how to fix it:
Sanity Studio debounces saves (waits for you to pause typing), so the keystroke lag is usually caused by:
1. Update to the latest version
Since you're on 3.43.0, try updating to the latest Studio version. The team released v3.57.0 with up to 10x speed improvements (though that specific fix was for dev mode). More recent versions include additional performance fixes targeting the exact issue you're describing.
npm install sanity@latest2. Try downgrading temporarily
If updating doesn't help, downgrade to 3.50.0 as a workaround while testing:
npm install sanity@3.50.03. Test Studio standalone
Run npx sanity dev directly instead of through your Next.js app to isolate whether it's a Next.js integration issue. If it's fast standalone, the problem is with your Next.js setup.
4. Check for the actual culprit
From the GitHub thread, one user discovered their setup was just incorrect — they fixed it by recreating their Next.js + Sanity project from scratch and copying over the code.
5. Build for production
Try running your Next.js app in production mode (npm run build && npm run start) — dev mode can be significantly slower.
The Sanity team is actively working on performance improvements for these scenarios. If none of the above helps, I'd recommend sharing your schema configuration in the Sanity Community so folks can help identify specific bottlenecks!
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