Closed Bug 18250 Opened 25 years ago Closed 25 years ago

[Performance] Speed up loading of bookmarks.html

Categories

(Core Graveyard :: RDF, defect, P2)

defect

Tracking

(Not tracked)

CLOSED FIXED

People

(Reporter: mozilla, Assigned: mozilla)

References

Details

Blocks: 11417
Status: NEW → ASSIGNED
Target Milestone: M12
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.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
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.
Status: RESOLVED → CLOSED
resolved development issues - closing
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.