After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 616847 - Orca should not perform braille functions when braille and/or braille monitor are not enabled
Orca should not perform braille functions when braille and/or braille monitor...
Status: RESOLVED FIXED
Product: orca
Classification: Applications
Component: braille
2.30.x
Other All
: Normal normal
: ---
Assigned To: Joanmarie Diggs (IRC: joanie)
Orca Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-04-26 14:03 UTC by Joanmarie Diggs (IRC: joanie)
Modified: 2013-09-02 20:21 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Joanmarie Diggs (IRC: joanie) 2010-04-26 14:03:36 UTC
In looking at performance issues, we seem to spend a non trivial amount of time in updateBraille (0.01 to 0.25 seconds per call). We also perform various and sundry braille-related tasks outside of updateBraille. The kicker is: We do this even when braille and braille monitor are not being used.

For non-braille users, we should be able to accomplish at least a minor improvement in performance by only performing braille functions when the user has opted for braille output.