Closed
Bug 262843
Opened 21 years ago
Closed 20 years ago
Mozilla handles IMAP folders with over 10,000 messages poorly
Categories
(MailNews Core :: Database, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 226730
People
(Reporter: iannbugzilla, Assigned: Bienvenu)
Details
Using BuildID 2004092705 on WinXP SP2
Steps to reproduce
1. Have an IMAP folder with 20,000 or messages in
2. Try opening it
Expected results
1. Mozilla reads the headers in and then displays the headers in the relevant window
Actual results
1. Mozilla reads the first 10,000 fairly quickly, then slows down to almost a
complete halt and uses 99% CPU.
Netscape 4.x copes with a folder with 70,000+ messages without this performance
problem.
| Assignee | ||
Comment 1•21 years ago
|
||
Ian, is it possible that you have a ton of messages, all with the same subject,
in this folder?
| Assignee | ||
Comment 3•21 years ago
|
||
yeah, this is a dup - we handle that very poorly. If you turn off threading by
subject without re, user_pref("mail.thread_without_re", false); then this won't
be a problem. But you may want messages with the same subject, with a re:
header, to get threaded together...
Component: Networking: IMAP → Mail Database
Whiteboard: DUPEME
Updated•21 years ago
|
Product: MailNews → Core
Comment 4•20 years ago
|
||
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Updated•17 years ago
|
Product: Core → MailNews Core
Comment 5•15 years ago
|
||
Cleanup *dupeme* whiteboard flag from bugs that are marked as Resolved Duplicate!
Whiteboard: DUPEME
You need to log in
before you can comment on or make changes to this bug.
Description
•