Currently, I am facing an issue with my parent view that contains a nested view in the middle.
Whenever there is a state change, the nested view seems to lag behind for a moment before loading the next state. It's like the nested view is taking a while to catch up.
For instance, after logging in, the login form remains visible in the middle of the page for a couple of seconds even after the state has changed. While the parent view transitions instantly, the nested view appears to be stuck.
Although I have been meticulous in managing items on the watch list and using one-time binding where applicable, it doesn't seem to resolve this issue. Surprisingly, this problem occurs early on in the application (from login to the main page), and overall application performance is unaffected.
Despite researching extensively online, I haven't found any useful solutions to this dilemma.
If anyone has insights on what might be causing this or suggestions on how to debug it, I would greatly appreciate the input.