I am using Jetpack Compose with NavHost for navigation, and I am experiencing a performance issue when switching screens. The UI takes around 7 seconds to render and fully display the new screen after a navigation transition. This delay in screen rendering is quite noticeable, and I'm looking for potential causes and optimization suggestions to improve the performance.