Open
Bug 1452388
Opened 8 years ago
Updated 3 years ago
PageThumbs spends an appreciable amount of time on the main thread
Categories
(Firefox :: New Tab Page, enhancement, P3)
Firefox
New Tab Page
Tracking
()
NEW
| Performance Impact | low |
People
(Reporter: jrmuizel, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: perf:frontend, perf:responsiveness, Whiteboard: [thumbnails])
I've been seeing this in profiles recently. It seems like we could do better.
https://perfht.ml/2HgerLF
This profile was during some tabs switching/session restore.
When do we take the thumbnails?
Updated•8 years ago
|
Component: General → New Tab Page
Whiteboard: [fxperf]
Updated•8 years ago
|
Whiteboard: [fxperf] → [fxperf:p3]
Updated•8 years ago
|
Component: New Tab Page → Activity Streams: Newtab
Updated•8 years ago
|
Severity: normal → enhancement
Priority: -- → P3
Whiteboard: [fxperf:p3] → [fxperf:p3][thumbnails]
| Assignee | ||
Updated•6 years ago
|
Component: Activity Streams: Newtab → New Tab Page
Updated•3 years ago
|
Severity: normal → S3
Comment 1•3 years ago
|
||
I believe these days, the only times we capture page thumbs is the following:
- For WindowsAeroPeek (the previews that appear in the taskbar on Windows 7+)
- In the bookmarks panel
- In the Ctrl-tab panel that appears when MRU ordering is enabled for Ctrl-tab
- During tab drag operations
- Recent Activity in about:home / about:newtab (disabled by default)
These are the ones I know of, anyhow.
Performance Impact: --- → low
Keywords: perf:frontend,
perf:responsiveness
Whiteboard: [fxperf:p3][thumbnails] → [thumbnails]
You need to log in
before you can comment on or make changes to this bug.
Description
•