iOS startup time is slower than reported by Obsidian

What I’m trying to do

I’m trying to understand what is taking time for the iOS app to start up.

Things I have tried

I tried to use the timing information provided in the app. But you can see from my video recording that although the reported Total App Startup is 437 ms, the actual startup time I experience is close to 2 seconds. Here is my screen recording: Obsidian iOS slow start · CleanShot Cloud

1 Like

The time taken by the framework used by the app to be loaded is not counted.
You can think of Obsidian as as website and app framework as a browser. The time to start the browser is not accounted and we have no control over it.

1 Like

Is there anything I can do to decrease the framework startup time?