Closed
Bug 13405
Opened 25 years ago
Closed 25 years ago
should cache local string bundles
Categories
(MailNews Core :: Backend, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M14
People
(Reporter: Bienvenu, Assigned: mscott)
References
Details
(Keywords: perf, Whiteboard: [Perf])
I believe we can get a performance win by caching string bundles. Here is the
call that creates a local string bundle:
E:\raptor\mozilla\mailnews\local\src\nsLocalStringBundle.cpp(48): res =
sBundleService->CreateBundle(propertyURL, locale, &sBundle);
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M11
Pls ignore my previous comment. I am pasting the wrong things into bug reports.
Updated•25 years ago
|
Target Milestone: M12 → M14
Bulk add of "perf" to new keyword field. This will replace the [PERF] we were
using in the Status Summary field.
Assignee | ||
Comment 5•25 years ago
|
||
Adding alecf to the cc list 'cause this was showing up as a hot spot for local
msg display and pop on his quantify work.
I've implemented caching for the local component in my tree. I'll probably land
this tomorrow!
Assignee | ||
Comment 6•25 years ago
|
||
Changing the QA contact to suresh in lieu of lisa.
I checked in a fix for this. The following operations should be faster the next
time Suresh runs his performance data
1) downloading a lot of pop mail. Although there is still a big performance here
we can do. We update the status bar after each message downloaded instead of
after every 10 or so..
2) delete a local message and loading the next message after it should be faster
3) parsing local folders. i.e. delete the summary file for a local mail folder
then select the folder so we re-parse it.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
QA Contact: lchiang → suresh
Resolution: --- → FIXED
Suresh - check the items that mscott mentions in your next performance tests
after 1/28. Compare before and after. Thanks.
Scott - all platforms?
QA Contact: suresh → stephend
I'm sure this got faster with outliner, and since I don't have suresh's data
before me, I'm going to mark this verified. We have outstanding bugs on message
display speed and folder loading speed, both of which are actively assigned.
Status: RESOLVED → VERIFIED
Updated•20 years ago
|
Product: MailNews → Core
Updated•16 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•