Bug 1741865 Comment 18 Edit History

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

In the parent process I see a quite long sequence of FileIO markers which seems related to the quota manager service initializating (https://share.firefox.dev/3oEDy2d), and so my guess is that:
-  some of the extension enabled are blocking network requests and awaiting for some data pulled from browser.storage.local WebExtensions (and/or localStorage and IndexedDB WebAPIs which also depends from the quota manager service being fully initialized) 
- and so all startup network requests that have been intercepted by these extensions are going to stay suspended until the quota manager service is fully initialized
In the parent process I see a quite long sequence of FileIO markers which seems related to the quota manager service initialization (https://share.firefox.dev/3oEDy2d), and so my guess is that:
-  some of the extension enabled are blocking network requests and awaiting for some data pulled from browser.storage.local WebExtensions (and/or localStorage and IndexedDB WebAPIs which also depends from the quota manager service being fully initialized) 
- and so all startup network requests that have been intercepted by these extensions are going to stay suspended until the quota manager service is fully initialized

Back to Bug 1741865 Comment 18