Bug 1508332 Comment 5 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

FWIW, I'm also confused about where the IO is in this profile. It looks like the time filters from comment #3 exclude the `clear()` call and its effects, but I'm not sure what else they exclude - basically I'm skeptical that fetching 1mb of json data over the network / from disk, and writing that to the indexeddb is 0-cost on the main thread besides the JS we use to process it.
FWIW, I'm also confused about where the IO is in this profile. It looks like the time filters from comment #3 exclude the `clear()` call and its effects, but I'm not sure what else they exclude - basically I'm skeptical that fetching 1mb of json data over the network / from disk, and writing that to the indexeddb is 0-cost on the main thread besides the JS we use to process it - I'd expect to see the JSON parsing, at a minimum.

Back to Bug 1508332 Comment 5