Closed
Bug 1503942
Opened 7 years ago
Closed 4 years ago
Canvas handling shows up while loading Facebook (in raptor)
Categories
(Core :: Graphics: Canvas2D, enhancement, P3)
Tracking
()
RESOLVED
INVALID
Performance Impact | high |
People
(Reporter: smaug, Unassigned)
Details
(Keywords: perf:pageload)
Comment 1•7 years ago
|
||
Bas, Can you take a look at this bug?
Flags: needinfo?(bas)
Whiteboard: [qf] → [qf:p1:pageload]
Updated•7 years ago
|
OS: Unspecified → Windows
Priority: -- → P3
Comment 2•7 years ago
|
||
This is not actually that much Canvas work, especially compared to the rest of the profile (i.e. it's less than 15% of the hang doing all the canvas work this page does). Having said that, it seems this page ends up getting a data URL for the canvas contents and that's probably not great, this means they're currently reading back from the GPU, a software canvas would probably improve things somewhat here but the heuristics of figuring out whether to do canvas in software or hardware are complicated, and I'm not familiar with the details of how they work.
Updated•7 years ago
|
Flags: needinfo?(bas)
Reporter | ||
Comment 3•7 years ago
|
||
yeah, it is not very much of the profile, but very commonly used page and when optimizing page load, we'll need to optimize many small things, not only bigger items.
Reporter | ||
Comment 4•4 years ago
|
||
Reporter | ||
Comment 5•4 years ago
|
||
Not valid anymore
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → INVALID
Updated•3 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•