Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve startup time on android #8

Open
mattyg opened this issue Jul 12, 2024 · 1 comment
Open

Improve startup time on android #8

mattyg opened this issue Jul 12, 2024 · 1 comment
Labels
enhancement New feature or request mobile

Comments

@mattyg
Copy link
Collaborator

mattyg commented Jul 12, 2024

The app is quite slow to start up on android - 10-15 seconds on my several year old budget phone.

Profile startup process to determine source(s) of delay and address.

@mattyg mattyg added enhancement New feature or request mobile labels Jul 12, 2024
@mattyg mattyg changed the title Loading indicator during first launch when waiting for wasm compiliation Improve startup speed on mobile Jul 16, 2024
@mattyg mattyg changed the title Improve startup speed on mobile Improve startup time on mobile Jul 16, 2024
@mattyg mattyg changed the title Improve startup time on mobile Improve startup time on android Jul 16, 2024
@mattyg
Copy link
Collaborator Author

mattyg commented Jul 21, 2024

It does look like app installation is the majority of the startup time for initial run: ~12 seconds in this example running in an emulator:

2024-07-21 15:58:11.680  4286-4321  tauri_app_lib           org.holochain.kando                  D  [tauri_app_lib] Timer end: setup admin websocket - instant=Instant { tv_sec: 10565, tv_nsec: 161407656 }, duration=1.979593ms
2024-07-21 15:58:11.681  4286-4321  tauri_app_lib           org.holochain.kando                  D  [tauri_app_lib] Timer end: list apps - instant=Instant { tv_sec: 10565, tv_nsec: 162288148 }, duration=865.554µs
2024-07-21 15:58:23.657  4286-4324  tauri_app_lib           org.holochain.kando                  D  [tauri_app_lib] Timer end: install app - instant=Instant { tv_sec: 10577, tv_nsec: 138918543 }, duration=11.976603465s
2024-07-21 15:58:23.664  4286-4324  tauri_app_lib           org.holochain.kando                  D  [tauri_app_lib] Timer end: build holochain window - instant=Instant { tv_sec: 10577, tv_nsec: 145099997 }, duration=6.144144ms
�

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request mobile
Projects
None yet
Development

No branches or pull requests

1 participant