On 10/08/2009 21:02, Pavel Sanda wrote:
Abdelrazak Younes wrote:
1) Disable inline spellchecking. Measure the time to load the User Guide.
Do it twice in order to have the file in cache.

cant be this solved by asynchro call for inline spellcheck similarly we do
for images loading?

Multiple solution exists. For image loading we use an external process, in the case of spellchecker that could be thread based.

But we don't really need that, we just need to limit the spellchecking to the words actually on screen, that's all. That was my initial plan but then aspell was so fast that I did not bother. Now I have to bother, which is a good thing in itself :-)

Abdel.

Reply via email to