hi,
Currently, I'm using the docker image to enable server side features of the document editor.
My server provider alerted me about the usage of CPU when the document editor opens a word file because of the number of requests sent by the spell check module.
I would like to know if the docker image uses the dictionary cache
feature that would help my docker I guess.
We're using the spellchecker for only French language and I already use the optimized feature.
documentEditor.spellChecker.enableOptimizedSpellCheck = true;