Closed
Bug 1170203
Opened 10 years ago
Closed 10 years ago
Move history access to a background thread
Categories
(Firefox for iOS :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: wesj, Unassigned)
Details
I thought this happened recently, but after syncing:
1.) There was 10-15 second hang of the entire app for a bit
2.) Opening the tabs screen or switching to my history tab now pauses the app for several seconds.
These are likely because we're blocking the main thread. The API's are async so flipping operations into the background should be pretty simple. Then we can focus on making them faster.
Comment 1•10 years ago
|
||
I don't believe this still happens. DB access is always on a background queue.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•