Open
Bug 1362823
Opened 8 years ago
Updated 2 years ago
Azure site is very slow to scroll because blur filter
Categories
(Core :: Graphics: Layers, defect, P3)
Core
Graphics: Layers
Tracking
()
NEW
People
(Reporter: billm, Unassigned)
References
(Depends on 1 open bug)
Details
(Whiteboard: [gfx-noted])
STR:
1. Visit https://azuremarketplace.microsoft.com/en-us/marketplace/?term=mysql
2. Scroll using the arrow keys (or do something that causes drawing).
You'll get lots of lag. Based on a profile, all the time is spent in rasterization. I'm on Linux; this may not be a problem with D2D.
Comment 1•8 years ago
|
||
Can you post a link to the profile?
Reporter | ||
Comment 2•8 years ago
|
||
Reporter | ||
Comment 3•8 years ago
|
||
It's content process 4/4.
Comment 4•8 years ago
|
||
This is caused by the blur filter code. With Direct2D this code runs on the GPU so should be better.
For the software case we might be blurring too much our blur code is also not as fast as it could be.
Summary: Azure site is very slow to scroll → Azure site is very slow to scroll because blur filter
Updated•7 years ago
|
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•