Questions tagged [launch-time]
16 questions
8
votes
1 answer
Does iOS lost most of the advantage of using dynamic frameworks?
Does iOS lost most of the advantage of using dynamic frameworks?
Since iOS will copy all the dynamic frameworks needed into the app bundle, it doesn't share dynamic frameworks between apps and save memory. Except for sharing memory with the main…

allenlinli
- 2,066
- 3
- 27
- 49
5
votes
1 answer
Xcode Organizer Metrics aren't showing three most recent releases
I'm trying to find the Metrics Launch Time of my app by using Xcode Organizer but it does not show the result of the 3 most recent versions. Only for older versions.
I'm using Xcode 12.2 (12B45b), and even after upgrade to 12.3 (12C33), still…

Tai Le
- 8,530
- 5
- 41
- 34
3
votes
1 answer
Rails Integration Tests: reducing execution time
I want to share my finding and hear from others about successful and failed attepts to reduce execution time of integration tests of Rails applications (be it 'ordinary' tests, Cucumber- or RSpec-based).
The question implies that tests involve…

Alexey
- 9,197
- 5
- 64
- 76
2
votes
1 answer
"Parser must be a string or character stream, not datetime" error in lambda aws function - can't figure out how to fix it
I am getting a very annoying error when trying to save/test this Lambda Boto3 function. There are other threads here on this issue, but i have spent about 2 hours trying to debug this and can't figure out what i'm doing wrong (it's probably…

tyrspawn
- 73
- 2
- 4
2
votes
2 answers
iOS app is not launching after converting to Swift 3
I have converted the existing app to Swift 3, but when I try to launch it from Xcode nothing happens.
To be exact the app is successfully installed, opened, but shows only white screen. No buildtime or runtime errors.
I put breakpoint in private…

Elena
- 829
- 8
- 20
2
votes
0 answers
After implementing Realm my Android App taking too much time to launch the app
Before implementing Realm in my Android application the launch time was less than 2 seconds, but after implementing it the minimum launch time is 8 seconds and maximum launch time is 6 minutes.
I am using only 3 tables with Realm.
Is there any…

Ajay Sharma
- 95
- 9
1
vote
1 answer
What is the best practical way to decrease react native app launch time?
I have read so many articles but still couldn't get a proper solution on possible ways to reduce app launch time for react native app.
On Analysing my app loads 1243 modules and 1770 modules are in waiting state for the first time the app is loaded.…

sharath
- 31
- 4
1
vote
3 answers
Can I increase iOS app launch time limit for Agentry app?
I have to create an application where I'm very limited to modify things. This is an Agentry application provided by SAP, that is kind of a render for a proprietary metadata programming language (like Apache Cordova but not for HTML…

RaTiO
- 979
- 2
- 17
- 33
1
vote
0 answers
iPhone App launch time in detail
What is the best way to launch an app and calculate its launch time in iOS?
I wang to log more detail like this, how to do?

nathanwhy
- 5,884
- 1
- 12
- 13
1
vote
1 answer
Easiest way to locate a static variable in code?
I have a bug on my plate to locate and rewrite a static variable in one of our libraries that is taking up launch time in our application. I am not familiar with the library code base and am asking for good heuristics/techniques/grep commands/etc.…

fbrereto
- 35,429
- 19
- 126
- 178
1
vote
1 answer
Hadoop Map reduce - how to speed up job launch/setup
I'm using the mongo-hadoop adapter to run map/reduce jobs. everything is fine except the launch time and the time taken by the job. Even when the dataset is very small, the map time is 13 seconds and reduce time is 12 seconds. In fact I have changed…

Faiza Atheeq
- 11
- 2
0
votes
1 answer
The things should or should not put on void main in Flutter
We have a Flutter app launched in both stores. The app that we have has a terrible launching/starting time and is taking too much time. People are generally stuck on the black screen (They cannot reach the splash screen view that we showing a video)…

Kaan Taha Köken
- 933
- 3
- 17
- 37
0
votes
0 answers
iOS app launch time is around 10 seconds
My App is taking around 10 seconds to launch.
To be clear, 10 seconds is the time between when i press the app icon and splash screen appears.
I have tried to put timer on main and didFinishLaunchingWithOptions calls. but it seems that these are…

learning-everyday
- 503
- 5
- 7
0
votes
0 answers
Optimizing launch time for Android app
My App contains a single activity and a fragment with listView.
The listview items (not more than 5) are being loaded from SQLite. Each item comprises of 3 TextView and an ImageView.
But still it is taking more than one second to load the app.
Can…

karsas
- 1,231
- 4
- 12
- 24
0
votes
3 answers
ios How to fetch App launch time?
Now I need to get the user opening the APP's time,and compare the time to the last time, if the time is more than 24 hours, just to remind the user of updating App. Who knows the Objective-C code about this? Please help me .Thank U very much!

Alisa_stranger
- 71
- 1
- 1
- 7