We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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 �
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: