Closed
Bug 72832
Opened 24 years ago
Closed 24 years ago
fix copy news message to use the memory cache
Categories
(MailNews Core :: Backend, defect)
MailNews Core
Backend
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla0.9.9
People
(Reporter: sspitzer, Assigned: sspitzer)
References
Details
(Keywords: perf)
right now, we'll download the message from the server when we try to copy it,
even if the message is in our cache.
Comment 1•24 years ago
|
||
seth,
Is this bug after the new outliner widgets landing merge to the trunk builds?
| Assignee | ||
Comment 2•24 years ago
|
||
I'm not sure. I never checked if it happened before.
if you want to hang this bug off the main perf bug, go ahead.
Comment 3•24 years ago
|
||
change qa contact, cc esther
tagging this bug along with the pref main bug.
Blocks: 72338
QA Contact: esther → sheelar
Comment 4•24 years ago
|
||
will this also apply to inline attachments that are automatically displayed (and
therefore already downloaded)? It would be nice if the entire msg (incl.
attachments) were copied from the cache. This would improve responsiveness far
more than with only the msg body being copied from cache.
What if attachments were *background downloaded* as long as the user isn't doing
anything? If the user does something, the background download would *pause* and
then resume as soon as the user pauses his activities. This could be on a per
folder basis (as long as all activity happens within a given folder) - cool :)
| Assignee | ||
Comment 5•24 years ago
|
||
fixed.
my fix for #121639 fixed this, too.
Status: NEW → RESOLVED
Closed: 24 years ago
Keywords: perf
Resolution: --- → FIXED
Summary: fix copy message to use the memory cache → fix copy news message to use the memory cache
Target Milestone: --- → mozilla0.9.9
Is there a fool-proof testcase for this? Or would grepping NNTP logs / netstat
work?
QA Contact: sheelar → stephend
Hardware: PC → All
Updated•21 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
•