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

  • SEARCH
  • Home
  • 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 8824713
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T06:42:07+00:00 2026-06-14T06:42:07+00:00

In my app I am performing multiple different methods, all on different threads, that

  • 0

In my app I am performing multiple different methods, all on different threads, that download data from requests, parse it and add it to an array. Most of these methods download data from one request, but on the methods uses a for loop and downloads over 30 translations.

But, this delivers a bad user experience, the user has to watch a spinning wheel and read some silly randomly generated stalling text.

So what I want to know is how can I make synchronous requests (NSURLConnection) faster, which is the best technique? Should I immediately switch over to asynchronous since I am making so many requests? What does asynchronous even mean/do, will it help in this scenario?

To finish everything, the app can take up to 7 seconds on wifi and slowest 30 seconds on 3G (in Singapore, with the worst bandwidth however!)

So, how to improve? Any methods, techniques, api’s, please help!

Thanks!

  • 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. Editorial Team
    Editorial Team
    2026-06-14T06:42:08+00:00Added an answer on June 14, 2026 at 6:42 am

    Speed will not be affected in any way by using synchronous versus asynchronous. The Internet speed is the same either way.

    The issue is that you must NEVER make synchronous networking calls on the main thread. Doing so locks up the user interface. Best case is your app appears locked up to the user (bad). Worse case, the OS kills your app for being unresponsive (bad).

    All networking should be done in the background.

    If your app can’t really proceed until all of the network access is complete, at least you can put up a “busy” screen letting the user know what is going on. Perhaps use a progress bar to let the user know how far along the process is or show a “x of y” count for the number of files. What ever is appropriate to your app.

    But again, the speed of the network access won’t be changed. You will be providing a better user experience.

    There are many questions here about how to do async file downloads. Many using NSURLConnection and others using 3rd party libraries that may make it easier depending on what you are doing. Search around a bit. Several are listed as related questions to this one.

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

Sidebar

Related Questions

In my app I performing loading data from web and then displaying it to
I have one table view within the app that I hope multiple parts of
Currently I have a servlet based application that retrieves data from an archived database
I'm working on an iPhone app that gets a number of objects from a
We have multiple copies of a web-app that is deployed on multiple paths on
I'm building a Django app that needs to store multiple selected dates for an
I am developing an app that contains a view controller,where the user fills all
We're performing our first iOS app update, and also our first Core Data migration.
Introduction I have a app that has multiple tables, some with and some without
In my android app I am performing some operations in the doInBackground by extending

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.