Open
Bug 1592979
Opened 5 years ago
Updated 2 years ago
Prevent ASRouter from retrying on unsuccessful indexedDB reads/provider loading
Categories
(Firefox :: Messaging System, enhancement, P3)
Firefox
Messaging System
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox71 | --- | fix-optional |
firefox72 | --- | affected |
People
(Reporter: k88hudson, Unassigned)
References
(Blocks 1 open bug, )
Details
(Keywords: perf)
Attachments
(1 obsolete file)
Sometimes we might hit a case where we are trying to access data for a provider (e.g. remote settings or snippets) and we run into errors; right now this will cause us to retry loading the provider on the next request. We should probably at least wait for the cache period instead.
Reporter | ||
Comment 1•5 years ago
|
||
Reporter | ||
Updated•5 years ago
|
Attachment #9105544 -
Attachment is obsolete: true
Reporter | ||
Updated•5 years ago
|
Updated•5 years ago
|
status-firefox71:
--- → fix-optional
status-firefox72:
--- → affected
Keywords: perf
Priority: -- → P2
Updated•4 years ago
|
Priority: P2 → P3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•