subconsciousnetwork / subconscious

Apache License 2.0
8 stars 0 forks source link

Reduce app startup time #1119

Closed bfollington closed 7 months ago

bfollington commented 7 months ago

While testing 0.0.18 I noticed the app seemed slow to boot & laggy at times. I profiled it using the App Startup profiling, as well as SwiftUI and good old fashioned CPU profiling, found the main bottlenecks and removed them:

For me this seems to cut down launch time by nearly a second in the simulator. Hopefully that carries over to a real device!