Open
Bug 1350367
Opened 9 years ago
Updated 3 years ago
Make service worker ScriptLoader paths use cached js bytecode from cache API
Categories
(Core :: DOM: Service Workers, enhancement, P3)
Core
DOM: Service Workers
Tracking
()
NEW
| Performance Impact | low |
People
(Reporter: bkelly, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
(Keywords: perf)
Once we allow Cache API to stored alternate data in bug 1336199, we should modify the worker ScriptLoader to use it for the service worker case. This would mean both storing resulting bytecode there and reading from it if present. This would be specific to service workers since other worker types don't use Cache API here.
Updated•9 years ago
|
Priority: -- → P2
Updated•9 years ago
|
Whiteboard: [qf]
Updated•9 years ago
|
Whiteboard: [qf] → [qf:p3]
Comment 2•7 years ago
|
||
Moving to p3 because no activity for at least 1 year(s).
See https://github.com/mozilla/bug-handling/blob/master/policy/triage-bugzilla.md#how-do-you-triage for more information
Priority: P2 → P3
Updated•4 years ago
|
Performance Impact: --- → P3
Whiteboard: [qf:p3]
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•