Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 108567
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T01:55:56+00:00 2026-05-11T01:55:56+00:00

To be clear, this is for a normal iPhone application, and not a game.

  • 0

To be clear, this is for a normal iPhone application, and not a game.

I’ve read around the web a few times some developers mentioning that they were working hard to improve/reduce the startup time of their applications, but never with any good background information on how to do so.

So the question is simple: how can you reduce the startup of iPhone applications?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T01:55:56+00:00Added an answer on May 11, 2026 at 1:55 am

    Same as any other performance issue: Use Shark and/or Instruments to identify bottlenecks in your code, and then focus on how you can speed things up there. Each tool will give you a picture of how much time was spent in what parts of your code, so the general scheme would be to run the tool while you start the app and then pore over the data to see where the performance hits occur.

    At app startup time, the most likely candidates for improvement will be deferring data loading until later on when it’s actually needed, variously described as ‘on demand’ or ‘lazy’ loading. Essentially, don’t load any data at app startup unless it’s actually needed right away when the app loads. In practice, lots of stuff that may be needed at some point doesn’t have to be immediately available when the app starts. For example, if you have a database of N records but only one is visible at a time, don’t load all N into memory at app startup time. Load whatever the current record is and then load the others when you actually need them.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 69k
  • Answers 69k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • added an answer See std::clock() function. const clock_t begin_time = clock(); // do… May 11, 2026 at 12:39 pm
  • added an answer A smart fellow on the #kohana forum suggested that it… May 11, 2026 at 12:39 pm
  • added an answer I think you should consider a bit of non-programming advice… May 11, 2026 at 12:39 pm

Related Questions

Or, to be more clear, how can I format a block of text (in
To be more precise, I need to know whether (and if possible, how) I
To be specific, I was trying this code: package hello; public class Hello {
To be truly standards-compliant, must all functions in C (except for main) have a
I collect a few corner cases and brain teasers and would always like to
I'm writing a straightforward C program on Linux and wish to use an existing
From what i know a vector is guaranteed to be continuous and i can
I have a <div> that I want to be on a line by itself.

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.