Summary: | WebAssembly: implement the IndexDB caching API | ||
---|---|---|---|
Product: | WebKit | Reporter: | JF Bastien <jfbastien> |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Normal | CC: | chi187, dpaddock, gauravdewan007, jfbastien, keith_miller, sbarati, shvaikalesh |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 168264 | ||
Bug Blocks: | 161709, 166480 |
Description
JF Bastien
2016-12-26 09:39:44 PST
This can give a great push to startup time as mentioned in https://bugs.webkit.org/show_bug.cgi?id=178163 For example startup time of webassembly app which takes 2+ sec on Safari 11 on a latest fast mac machine gets loaded from indexeddb in less than 200 milliseconds. *** Bug 178163 has been marked as a duplicate of this bug. *** This could be closed per https://github.com/WebAssembly/spec/issues/821 IndexedDB should be replaced by Caching API |