[TIMOB-26945] iOS: Investigate slow boot time
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | n/a |
Reporter | Hans Knöchel |
Assignee | Unknown |
Created | 2019-03-28T07:58:37.000+0000 |
Updated | 2020-12-04T19:47:50.000+0000 |
Description
There recently have been great improvements on the build time thanks to [~cwilliams] and [~jvennemann]! The next thing to fine-tune Titanium would be to identify the quite slow boot time compared to native apps. For us, the boot process usually takes 2-5 seconds depending on the device. We do some require() stuff in the Alloy.js, so that could maybe optimized out to a later point, but I'd be curious if there are some locks (especially mutex locks) left overs from the bad old kroll-thread times that delayed the boot on purpose.
This can be resolved as Duplicate!