Closed
Bug 1362361
Opened 8 years ago
Closed 8 years ago
nsCookieService::AsyncReadComplete() releases an sqlite connection on the main thread
Categories
(Core :: Networking: Cookies, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 867798
Performance Impact | ? |
People
(Reporter: florian, Unassigned)
Details
(Whiteboard: [necko-active])
This causes jank soon after startup, as releasing the connection does IO when sqlite closes the database.
See this profile where it blocked the main thread for 238ms on the quantum reference hardware: https://perfht.ml/2pNcTA7
Could this be done on a different thread?
Comment 1•8 years ago
|
||
Ehsan, is it something you or some you know could work on?
Assignee: nobody → ehsan
Whiteboard: [qf] → [qf][necko-active]
Comment 2•8 years ago
|
||
I think this is the same issue as bug 867798.
Comment 3•8 years ago
|
||
(In reply to Shian-Yow Wu [:swu] from comment #2)
> I think this is the same issue as bug 867798.
Yes, this is a dupe.(In reply to Honza Bambas (:mayhemer) from comment #1)
> Ehsan, is it something you or some you know could work on?
Sorry I don't really have much coding time these days except in my free time. :-( But it looks like Junior is already assigned to bug 867798.
Assignee: ehsan → nobody
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
Updated•3 years ago
|
Performance Impact: --- → ?
Whiteboard: [qf][necko-active] → [necko-active]
You need to log in
before you can comment on or make changes to this bug.
Description
•