Closed Bug 1433153 Opened 7 years ago Closed 7 years ago

Slow tab switch to https://www.waze.com/carpool/

Categories

(Core :: Graphics: WebRender, enhancement, P2)

enhancement

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: jrmuizel, Unassigned)

References

(Blocks 1 open bug, )

Details

(Keywords: perf)

This causes 100+ ms composites. It looks like we're spending our time in texture upload. https://perfht.ml/2Bsgisg
On reference machine?
Flags: needinfo?(jmuizelaar)
Priority: -- → P2
It's perhaps not as bad, but still noticeable.
Flags: needinfo?(jmuizelaar)
We're adding big 4158x5232 images. This will not help
From the profile, it looks like there's a VectorImage which is drawn into a blob image, and the large pixel images are drawn into that vector image. So it sounds like bug 1425484 would help.
The site has changed a bit; there are still large JPGs but they're of size 3,840px × 1,436px and 3,840px × 1,100px. Tab switching looks fast and I don't see any time spent in blob serialization. Resolving wfm.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.