Closed
Bug 18250
Opened 25 years ago
Closed 25 years ago
[Performance] Speed up loading of bookmarks.html
Categories
(Core Graveyard :: RDF, defect, P2)
Core Graveyard
RDF
Tracking
(Not tracked)
CLOSED
FIXED
M12
People
(Reporter: mozilla, Assigned: mozilla)
References
Details
Assignee | ||
Updated•25 years ago
|
Assignee | ||
Updated•25 years ago
|
Priority: P3 → P2
There are a couple of ways that we can speed up loading of bookmarks.html:
o read in the entire file at once (instead of line by line) and parse it up in
memory
o defer importing of IE Favorites (on Mac, where it is an HTML file) until
needed
I have changes in my local tree which implement both of the above. On my Mac,
the time to load in bookmarks.html *during startup* drops from around 300
milliseconds to around 80 milliseconds.
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 1•25 years ago
|
||
Fixed. We now defer loading of IE favorites.html on Mac until needed. Also, we
first try to bulk-read in the entire file and parse it up in memory... if that
fails however, we step back down to trying to read in the file one line at a
time.
Updated•25 years ago
|
Status: RESOLVED → CLOSED
Comment 2•25 years ago
|
||
resolved development issues - closing
Updated•6 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•