Takes a really long time before headlessJS task is fired in background #4470
-
I am receiving my headless js background task through |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hi there! This seems like it is going to be project-specific performance issue, I would throw the standard suite of performance / tracing tools at it from AndroidStudio / firebase performance (to trace startup paths' time taken) and/or console output at various startup points to see exactly what is taking so long. Might also be worth (as a test) stripping everything out except index.js / App.js in order to get a "nothing included" / "fastest possible" baseline. I don't recall seeing this in my app, for what it's worth |
Beta Was this translation helpful? Give feedback.
Hi there! This seems like it is going to be project-specific performance issue, I would throw the standard suite of performance / tracing tools at it from AndroidStudio / firebase performance (to trace startup paths' time taken) and/or console output at various startup points to see exactly what is taking so long. Might also be worth (as a test) stripping everything out except index.js / App.js in order to get a "nothing included" / "fastest possible" baseline. I don't recall seeing this in my app, for what it's worth