[dash] Huge performance hit when scrolling search results with accessibility enabled
Bug #862956 reported by
Florian Boucault
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
unity-2d |
Fix Released
|
High
|
Michał Sawicz | ||
qt4-x11 (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned | ||
unity-2d (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Steps to reproduce:
1. Open up a lens in the dash that has a lot of results to display
2. Expand the results
3. Scroll up and down using any mean at your disposal (scrollbar, mouse chord, dragging)
The CPU load of unity-2d-places goes through the roof (100%) and visually the scrolling is not smooth at all.
This is a very recent regression. Probably not in the QML code since it has nearly not changed at all recently. Maybe a new bug in QML itself or in Dee?
Related branches
lp://staging/~tiagosh/unity-2d/unity-2d-shell-homelens
- Albert Astals Cid (community): Approve
- Gerry Boland: Pending requested
- Michał Sawicz: Pending requested
-
Diff: 341 lines (+92/-64)9 files modifiedlibunity-2d-private/src/lens.cpp (+15/-3)
libunity-2d-private/src/lenses.cpp (+8/-5)
libunity-2d-private/src/lenses.h (+2/-0)
shell/app/shelldeclarativeview.cpp (+7/-0)
shell/app/shelldeclarativeview.h (+2/-0)
shell/dash/Dash.qml (+25/-17)
shell/dash/LensBar.qml (+20/-19)
shell/dash/LensView.qml (+7/-6)
shell/dash/RendererGrid.qml (+6/-14)
Superseded
for merging
into
lp://staging/~unity-2d-team/unity-2d/unity-2d-shell
- Albert Astals Cid (community): Approve (fun)
- Gerry Boland (community): Needs Fixing
- Michał Sawicz: Abstain
-
Diff: 341 lines (+92/-64)9 files modifiedlibunity-2d-private/src/lens.cpp (+15/-3)
libunity-2d-private/src/lenses.cpp (+8/-5)
libunity-2d-private/src/lenses.h (+2/-0)
shell/app/shelldeclarativeview.cpp (+7/-0)
shell/app/shelldeclarativeview.h (+2/-0)
shell/dash/Dash.qml (+25/-17)
shell/dash/LensBar.qml (+20/-19)
shell/dash/LensView.qml (+7/-6)
shell/dash/RendererGrid.qml (+6/-14)
Changed in unity-2d: | |
importance: | Undecided → Critical |
milestone: | none → 4.14 |
Changed in unity-2d (Ubuntu): | |
status: | New → Triaged |
summary: |
- [dash] Huge performance regression when scrolling search results + [dash] Huge performance hit when scrolling search results with + accessibility enable |
summary: |
[dash] Huge performance hit when scrolling search results with - accessibility enable + accessibility enabled |
Changed in unity-2d: | |
importance: | Critical → High |
Changed in unity-2d: | |
assignee: | Alberto Mardegan (mardy) → Michał Sawicz (saviq) |
Changed in unity-2d: | |
milestone: | 4.14 → 5.2 |
Changed in unity-2d: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Hmmm... <small>I changed a few things, for bug 817421</small>
I'll try to revert that patch, and see how things go.