Open
Bug 1346139
Opened 8 years ago
Updated 1 year ago
Move icons optimization off the main thread
Categories
(Toolkit :: Places, enhancement, P3)
Toolkit
Places
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox55 | --- | affected |
People
(Reporter: mak, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: perf, Whiteboard: [snt-scrubbed][places-performance])
Attachments
(1 obsolete file)
The optimization currently happens on main-thread, we should move it to the async thread.
Reporter | ||
Updated•8 years ago
|
Priority: P3 → P2
Reporter | ||
Updated•8 years ago
|
Blocks: PlacesJank
Reporter | ||
Updated•8 years ago
|
No longer blocks: PlacesHiresFavicons
Depends on: PlacesHiresFavicons
Updated•3 years ago
|
Severity: normal → S3
Comment 1•3 years ago
|
||
Probably not a P2 as web sites are normally serving the right sizes.
Priority: P2 → P3
Whiteboard: [snt-scrubbed][places-performance]
Updated•3 years ago
|
See Also: → https://mozilla-hub.atlassian.net/browse/SNT-394
Comment 2•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → daisuke
Status: NEW → ASSIGNED
Comment 3•2 years ago
|
||
Reporter | ||
Comment 4•2 years ago
|
||
unassigning, we can't do this atm because all imgTools are on the main-thread, thus we should speak with the gfx team to figure out which APIs to use.
Anyway, before doing anything here it makes sense to fix bug 1552815, remove the network fetching code and unify the code paths. Then it should be a lot easier to introduce the optimization on any thread.
Updated•2 years ago
|
Attachment #9346850 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•