Closed
Bug 1403179
Opened 8 years ago
Closed 7 years ago
Large amount of jank on gmail when blob images end up using text
Categories
(Core :: Graphics: WebRender, enhancement, P2)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox57 | --- | unaffected |
firefox58 | --- | unaffected |
People
(Reporter: jrmuizel, Unassigned)
References
Details
(Whiteboard: [wr-reserve])
This could because we still do bad things with fonts.
Updated•8 years ago
|
Blocks: stage-wr-trains
Updated•8 years ago
|
Priority: -- → P2
Whiteboard: [wr-mvp]
Updated•8 years ago
|
status-firefox57:
--- → unaffected
status-firefox58:
--- → unaffected
Comment 1•8 years ago
|
||
Jeff, I also saw jank while browsing the Reddit website which contained lots of text and could be the same problem with this bug.
[STR] - tested on windows 10
1. Use the scroll test tool from https://bug894128.bmoattachments.org/attachment.cgi?id=776049
2. Open https://www.reddit.com/r/NintendoSwitch/
3. Use scroll test with 50000, 10, 120 setting
From the following profile or 'webrender debug profiler', I saw the average time of compositor CPU time was around 100ms.
http://perfht.ml/2iCodPX
It looks like we spent lots of time drawing and uploading texture.
55% -> cpu webrender::renderer::Renderer::draw_instanced_batch<webrender::gpu_types::PrimitiveInstance>
21% -> cpu webrender::device::Device::update_texture_from_pbo
Flags: needinfo?(jmuizelaar)
Comment 2•8 years ago
|
||
I still saw jank no matter I enabled blob image or not.
Reporter | ||
Comment 3•8 years ago
|
||
Peter, your issue seems like a different one. Can you file a separate bug. I believe this bug will be fixed by bug 1380014.
Flags: needinfo?(jmuizelaar)
Comment 4•8 years ago
|
||
(In reply to Jeff Muizelaar [:jrmuizel] from comment #3)
> Peter, your issue seems like a different one. Can you file a separate bug. I
> believe this bug will be fixed by bug 1380014.
Filed bug 1412731.
Updated•8 years ago
|
Priority: P2 → P3
Whiteboard: [wr-mvp] → [wr-reserve]
Updated•7 years ago
|
Priority: P3 → P2
Reporter | ||
Comment 5•7 years ago
|
||
We font share now so this should be good enough.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•