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
Recently (just this week) I have experienced a crazy slow down on multiple computers using the SCAYT for CKEditor. We have some applications that have not been touched in around a month that are suddenly experiencing problems.
What we are noticing across all browsers (Testing in IE11, Chrome, and FireFox) and multiple computers is a noticeable delay in typing, sometimes having to wait up to 5 seconds for text you have typed to actually show up.
I ran the timeline tool in Chrome Developer tools (See screenshot below) and noticed on every keydown event, there is a delay(around 700ms) and a call to a function in ckscayt.js coming from:
Recently (just this week) I have experienced a crazy slow down on multiple computers using the SCAYT for CKEditor. We have some applications that have not been touched in around a month that are suddenly experiencing problems.
What we are noticing across all browsers (Testing in IE11, Chrome, and FireFox) and multiple computers is a noticeable delay in typing, sometimes having to wait up to 5 seconds for text you have typed to actually show up.
I ran the timeline tool in Chrome Developer tools (See screenshot below) and noticed on every keydown event, there is a delay(around 700ms) and a call to a function in ckscayt.js coming from:
https://svc.webspellchecker.net/spellcheck31/lf/scayt3/ckscayt/ckscayt.js
The line it is pointing to is:
Any idea what might be causing this slowdown?
The text was updated successfully, but these errors were encountered: