Closed
Bug 1893571
Opened 1 year ago
Closed 1 year ago
slow quick filter
Categories
(Thunderbird :: Search, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: wsmwk, Unassigned)
References
Details
(Keywords: perf)
Nightly build 127.0a1 20240424100914, quick filter can be janky. I could be wrong but I feel like this started happenin in the last few weeks.
- Inbox folder for work account, not unified folder mode - unthreaded, sort by date ascending, 13,000 messages
- type or paste "test" in quick filter, display of message list and count of filtered messages changed in two parts - the final display and one intermediate
- click "clear text field", display of message list and count of filtered messages changed in two parts - the final display and one intermediate
Result: both show as being about 3 seconds in this performance profile https://share.firefox.dev/4bcyuaE - #2 first and #3 second.
Alternate result: change folder to threaded, there is no intermediate result
Abbreviated stack is roughly:
nsMsgQuickSearchDBView::Open
nsMsgThreadedDBView::InitSort
nsMsgDBView::Sort
std::__1::sort[abi:un170006]
std::__1::__partition_with_equals_on_right[abi:un170006]
nsMsgDatabase::RowCellColumnToAddressCollationKey
mozilla::mailnews::DecodedHeader
| Reporter | ||
Updated•1 year ago
|
Version: unspecified → Thunderbird 127
| Reporter | ||
Updated•1 year ago
|
| Reporter | ||
Updated•1 year ago
|
Flags: needinfo?(vseerror)
| Reporter | ||
Comment 1•1 year ago
|
||
bug 1908761 was fixed in early August and then on 130.0b3 August 26.
I have not been seeing this issue in recent months.
Flags: needinfo?(vseerror)
| Reporter | ||
Updated•1 year ago
|
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•