SpellCheck after import or open action could have huge impact

Hi,

I'm using the version 19.4.54, and the server side is deployed with a docker image.

In my app, multiple users can use their own document editor the same time.

It seems that importing a word document with spellcheck enabled can have a huge impact on the server, because of the amount of sent requests (depending on the number of words in the imported/opened document ).


Is it possible to send an array of words instead of sending them one by one?

Even with "enableOptimizedSpellCheck" option true,  is still 'brutal' when the user scrolls quickly.


1 Reply 1 reply marked as answer

AE Ajithamarlin Edward Syncfusion Team March 2, 2022 07:34 PM UTC

Hi Francois,


Syncfusion greetings.



When enableOptimizedSpellCheck is true, it optimizes the spell check calls only on the initial loading. while editing, the spellcheck calls will not be optimized


Currently, It is not possible to send an array of words instead of sending them one by one?


We have a feature request for triggering spell check with the specific time interval. If this feature was implemented you can add a time interval to optimize your spellcheck calls.


We already logged the feature request for triggering the Spell check in a specific interval of time.


We don’t have any immediate plans to implement this feature. The feature implementation would also greatly depend on the factors such as product design, code compatibility, and complexity. We will update you when this feature has been implemented.


You can track the status of the feature through below feedback link:


https://www.syncfusion.com/feedback/14831/support-for-triggering-spell-check-with-the-specific-time-interval


Please let us know if you need any further assistance


Regards,

Ajithamarlin E



Marked as answer
Loader.
Up arrow icon