Closed
Bug 29773
Opened 25 years ago
Closed 25 years ago
Sending a large plain text quote takes several minutes
Categories
(MailNews Core :: MIME, defect, P3)
MailNews Core
MIME
Tracking
(Not tracked)
RESOLVED
FIXED
M14
People
(Reporter: BenB, Assigned: BenB)
Details
(Keywords: perf)
Reproduce:
1. Reply to a "size-matters"-msg of chofmann in n.p.m.seamonkey with a HTML
mail. Don't cut anything from the quote.
Actual result:
The send operation needs ~4 mins on a normally fast machine and a debug build.
Expected result:
The send operation needs < 15s on the above machine.
----------
Reason is mozTXTToHTMLConv::Right(), which has a poor performance behaviour.
Together with its usage, this causes ScanTXT's performance to be exponential to
the size of the quoted msg.
This bug has been fixed by me at 02/03/00 19:56. The latest patch for this bug
is <http://bugzilla.mozilla.org/showattachment.cgi?attach_id=5070>. It is
included in the patch for bug #26915.
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Keywords: perf
Whiteboard: Patch included in fix for bug #26915
Target Milestone: M14
Comment 1•25 years ago
|
||
The changes for Bug #26915 also ended up fixing this bug. In the example message
of size matters in the newsgroup. we are down to 300ms on my debug machine
instead of in the order of minutes. Can we mark this fixed for now Ben?
Assignee | ||
Comment 2•25 years ago
|
||
sure
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Whiteboard: Patch included in fix for bug #26915
Updated•20 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•