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)

All
Windows
enhancement

Tracking

()

RESOLVED INVALID
Performance Impact high

People

(Reporter: smaug, Unassigned)

Details

(Keywords: perf:pageload)

Bas, Can you take a look at this bug?
Flags: needinfo?(bas)
Whiteboard: [qf] → [qf:p1:pageload]
OS: Unspecified → Windows
Priority: -- → P3
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.
Flags: needinfo?(bas)
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.

Not valid anymore

Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → INVALID
Performance Impact: --- → P1
Keywords: perf:pageload
Whiteboard: [qf:p1:pageload]
You need to log in before you can comment on or make changes to this bug.