Assembly ruler shows coverage at cursor position. It is calculated in main thread and in case of high coverage may cause cursor lagging.
1. After local coverage graph is computed, its values should be cached and used to avoid querying database on each mouse move
2. An option should be available to turn off showing coverage at cursor position in order to avoid lags when local coverage graph is inavailable (not computed yet, or visible region is too big).