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
Very slow key and input event handling, time increasing with media size:
The key event takes 124ms to process. After some debugging, it turns out that the bufferToUrl filter is called dozens or even hundreds of times when typing.
Pre-converting the buffer to an URI reduced key event handling times down to 14ms.
Further optimizations in the codebase are possible and planned.
Main issue fixed in the ios branch as of commit ca93785.
Expected Behavior
No input latency.
Current Behavior
Laggy input.
Steps to Reproduce (for bugs)
Now try the following:
Your Environment
The text was updated successfully, but these errors were encountered: