You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build and start studio: npm run build && npm start
Open studio and start typing into field
Expected behavior
No lag while typing.
Videos
Behavior with 1 i18n field (works fine)Screen.Recording.2025-10-14.at.16.32.06.movBehavior with 30 i18n field (I'm typing smoothly as before)Screen.Recording.2025-10-14.at.16.17.42.mov
Devtools performance screenshot
I made a performance recording via devtools, it show long tasks ~0.5-1 second while typing:
Additional context
If I create 30 i18n fields, and then keep only 1 field in the schema, it still laggy, although Sanity shows all other fields as unknown.
Describe the bug
I have a document with ~30 i18n fields. Typing into these fields is very slow, characters appear late and the editor feels unresponsive.
To Reproduce
I made a fresh setup of the latest sanity studio and i18n plugin.
Steps to reproduce the behavior:
Install the latest Sanity Studio
npm create sanity@latestInstall the latest sanity-plugin-internationalized-array
Configure sanity plugin:
Create a document schema with 30 internationalized fields:
Build and start studio:
npm run build && npm startOpen studio and start typing into field
Expected behavior
No lag while typing.
Videos
Behavior with 1 i18n field (works fine)
Screen.Recording.2025-10-14.at.16.32.06.mov
Behavior with 30 i18n field (I'm typing smoothly as before)
Screen.Recording.2025-10-14.at.16.17.42.mov
Devtools performance screenshot
I made a performance recording via devtools, it show long tasks ~0.5-1 second while typing:
Additional context
Which versions of Sanity are you using?
What operating system are you using?**
OSX.
Which versions of Node.js / npm are you running?**