Closed
Bug 922265
Opened 11 years ago
Closed 6 years ago
[meta] Improving Whimsy & BirthdayFox performance
Categories
(Core :: Graphics, defect, P3)
Core
Graphics
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: vladan, Unassigned)
References
()
Details
UX is planning to release a special edition of the Whimsy add-on for Firefox's 9th birthday. This meta bug tracks the analysis of Whimsy performance, and any platform + extension improvements required
Reporter | ||
Comment 1•11 years ago
|
||
Updated•11 years ago
|
Comment 2•11 years ago
|
||
The majority of the paint time in this profile is spent scaling the images, drawing the borders, a little bit of linear gradient. Just animating unscaled images without any fancy borders or gradients should go very fast.
Comment 3•11 years ago
|
||
Okay, so when I show the animated gifs, I'm flipping background-size to "auto" (and background-position to "center"), and I've removed the complicated border with three different colours with some alpha, and replaced it with a single colour with no alpha. Hopefully that'll help a little.
I'm not really sure where the linear gradient comes from. As far as I can tell it's not the add-on code. Of course, the border isn't the add-on code either, but that doesn't mean that I can't change/fix it. ;)
I would be interested in seeing how much this profile differs from one without the add-on installed, so that I can find out where the add-on is slowing things down.
Updated•11 years ago
|
Updated•7 years ago
|
Priority: -- → P3
Comment 4•6 years ago
|
||
Blake says we can wontfix this now :)
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•