Closed
Bug 488606
Opened 16 years ago
Closed 16 years ago
undoing delete of large number of local messages is slow
Categories
(MailNews Core :: Backend, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 3.0b3
People
(Reporter: Bienvenu, Assigned: Bienvenu)
Details
(Keywords: perf)
Attachments
(1 file)
|
1.69 KB,
patch
|
standard8
:
review+
standard8
:
superreview+
|
Details | Diff | Splinter Review |
we're doing a sync after every message during undo of local msg moves. Adding a batch wrapper speeds this up quite a bit (and will make flash drives happier).
Attachment #373018 -
Flags: superreview?(bugzilla)
Attachment #373018 -
Flags: review?(bugzilla)
Comment 1•16 years ago
|
||
cool. where did this issue surface?
| Assignee | ||
Comment 2•16 years ago
|
||
I was working on changing the way the folder pane listens for change notifications so that it doesn't get notifications for every msg hdr added/removed (which it ignores, but we still pay the cost of calling from c++ into js), and in the process of testing those changes, discovered this issue. I believe it's been there for a long time, fwiw.
Updated•16 years ago
|
Attachment #373018 -
Flags: superreview?(bugzilla)
Attachment #373018 -
Flags: superreview+
Attachment #373018 -
Flags: review?(bugzilla)
Attachment #373018 -
Flags: review+
| Assignee | ||
Comment 3•16 years ago
|
||
fix checked in.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 3.0b3
You need to log in
before you can comment on or make changes to this bug.
Description
•