Closed
Bug 82212
Opened 24 years ago
Closed 23 years ago
Certificate Manager Window slow to appear.
Categories
(Core Graveyard :: Security: UI, enhancement, P4)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 124037
Future
People
(Reporter: ssaux, Assigned: ddrinan0264)
Details
It takes a good 20 to 30 seconds for the Certificate Manager window to pop up
when clicking on the "Manage Certificates" button in the pref window.
Reporter | ||
Comment 1•24 years ago
|
||
Target -> Future
Priority -> p4
Priority: -- → P4
Target Milestone: --- → Future
Reporter | ||
Comment 3•24 years ago
|
||
The time is takes for the cert manager window to appear is related to the size
of one's certificate database.
New profile have short time, my cert db which has 5 years of netscape stuff in
it is slow.
Keywords: nsenterprise
Reporter | ||
Comment 5•24 years ago
|
||
Moving all P3 and P4 bugs targetted to 2.1 to future.
Target Milestone: 2.1 → Future
Reporter | ||
Comment 6•24 years ago
|
||
removing nsenterprise keyword from PSM bugs with target milestone of future.
Keywords: nsenterprise
Comment 8•23 years ago
|
||
If this really takes 30 seconds or more, something is grossly wrong with
the code here.
Is it verifying the cert chains on every cert?
Is it doing a full parse of each and every certificate?
Is it pulling all the certs into the temp cert DB, swelling the
memory used by the program, leading to mucho swapping?
Is it doing some O(n**2) algorithm?
Updated•23 years ago
|
QA Contact: ckritzer → junruh
Comment 9•23 years ago
|
||
*** This bug has been marked as a duplicate of 97698 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Comment 10•23 years ago
|
||
Reopening. Incorrectly duped.
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Comment 11•23 years ago
|
||
The optimizations in 124037 bring this down to 1/3. And relyea has hope that
time will go down even more when we switch to the current NSS tip, some time in
the future. We will need to use new NSS functions at that time.
*** This bug has been marked as a duplicate of 124037 ***
Status: REOPENED → RESOLVED
Closed: 23 years ago → 23 years ago
Resolution: --- → DUPLICATE
Summary: Certificat Manager Window slow to appear. → Certificate Manager Window slow to appear.
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•