Bug 108468 - Preload spell/grammar checker in parallel
Summary: Preload spell/grammar checker in parallel
Status: RESOLVED WONTFIX
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Linguistic (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: All All
: low enhancement
Assignee: Not Assigned
URL:
Whiteboard:
Keywords: perf
Depends on:
Blocks: Spell-Checking
  Show dependency treegraph
 
Reported: 2017-06-11 19:04 UTC by Aron Budea
Modified: 2018-07-20 23:43 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Aron Budea 2017-06-11 19:04:25 UTC
When automatic spell checking is enabled, there's a 2-3 s lag when you start typing, when the spell/grammar checker is loaded.

It would be great to trigger this loading in a separate thread right when the application is opened (provided the setting is on), so there's no annoying stutter when the user starts typing.
Comment 1 Buovjaga 2017-06-11 19:27:31 UTC
Sounds good -> NEW
Comment 2 Aron Budea 2018-07-20 23:43:10 UTC
With Tor's excellent work in bug 104332, the loading time was greatly reduced, and moved to startup, so maybe this isn't very important anymore.

There's this gerrit change, but not sure if it's going to be finished: https://gerrit.libreoffice.org/#/c/56095/

I'm closing this as WONTFIX, if the change is committed, the status can be updated.