Post-main launch optimization
You want to cut app startup time. Which of these actually shorten the post-main stage, from main() to the first frame? Select all that apply.
Pick all that apply
Post-main launch optimization
You want to cut app startup time. Which of these actually shorten the post-main stage, from main() to the first frame? Select all that apply.
Pick all that apply
Performance and debuggingShort answerAdvanced
You take over an app whose cold start takes more than 3 seconds. How would you split up a…
#launch-time
Performance and debuggingMultiple choiceAdvanced
Which of these actually reduce the pre-main part of app launch (before main() is called)?…
#launch-time
Performance and debuggingMultiple choiceExpert
Which of these can an app actually receive through MetricKit (MXMetricManager)? Select al…
#launch-time
Build and distributionShort answerExpert
Your app embeds 40 dynamic frameworks. What gets better and what gets worse if you switch…
#launch-time