Open
Bug 1362823
Opened 8 years ago
Updated 1 year ago
Azure site is very slow to scroll because blur filter
Categories
(Core :: Graphics: WebRender, defect)
Core
Graphics: WebRender
Tracking
()
NEW
People
(Reporter: billm, Unassigned)
References
(Blocks 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•8 years ago
|
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
Updated•1 year ago
|
Severity: S3 → --
Component: Graphics: Layers → Graphics: WebRender
Priority: P3 → --
Updated•1 year ago
|
Blocks: wr-scroll-perf
Comment 5•1 year ago
|
||
The severity field is not set for this bug.
:gw, could you have a look please?
For more information, please visit BugBot documentation.
Flags: needinfo?(gwatson)
Updated•1 year ago
|
Severity: -- → S3
Flags: needinfo?(gwatson)
You need to log in
before you can comment on or make changes to this bug.
Description
•