Closed
Bug 115288
Opened 23 years ago
Closed 9 years ago
i18n mail performance meta bug
Categories
(MailNews Core :: Internationalization, defect)
MailNews Core
Internationalization
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: nhottanscp, Assigned: smontagu)
References
(Depends on 2 open bugs, )
Details
(Keywords: meta, perf)
This is a meta bug for i18n mail performance.
I think i18n eng may contribute to following area.
* Message Display Speed
* Thread Pane scrolling
* Thread Pane sorting
* Message Reply Speed
I am going to do some investigation in follwoing area.
* message header
MIME header decode
message header parse
* message body
view charset conversion
compose&send charset conversion
* collation key generation
* date format
Here are some items I am going to focus (some I have already improved).
* check unnecessary allocation/copy (unicode conversion, collation key)
* check inefficient instanciation of unicode converter
* performance of locale interfaces (collation, date format)
Reporter | ||
Updated•23 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.0
Blocks: 63759
Reporter | ||
Comment 1•23 years ago
|
||
Some idea,
* For collation, we normalize input string for case insensitive but this can be
substituted by OS API's options (e.g. LCMAP_LOWERCASE for LCMapString).
* There is a call MIME_ConvertCharset which is known to be expensive. I think we
can change the callers to substitute it by i18n util functions and remove it.
Reporter | ||
Updated•23 years ago
|
Target Milestone: mozilla1.0 → mozilla1.2
Reporter | ||
Updated•22 years ago
|
Target Milestone: mozilla1.2alpha → ---
Updated•20 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
Updated•16 years ago
|
QA Contact: ji → i18n
Updated•16 years ago
|
Comment 2•11 years ago
|
||
Not sure it's worth keeping this meta bug open IMO. These bugs from the 1.0 era, are few and mostly in one component - found via the query https://bugzilla.mozilla.org/buglist.cgi?keywords=perf%2C%20&keywords_type=allwords&list_id=9587837&resolution=---&resolution=DUPLICATE&classification=Client%20Software&classification=Components&query_format=advanced&component=Internationalization&product=MailNews%20Core except for Bug 66465
Comment 3•9 years ago
|
||
following up on comment 2. Feel free to reopen if you disagree
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•