Slow ui-router with nested controller/view

My app is based on the ionic-starter-sidemenu project with an abstract app state and within it nested controller/views for each section of my app.

The problem that I have is it is excruciatingly slow whenever a tap triggers $state.go() between any state that has a nested controller and view. (Several seconds on iPhone 4s, even between simple states).

Have any of you run into this same slowdown? Any known workarounds?

Hmm, we just did a release (beta 9) which improves transitions on iphone 4-4s. Can you give that a shot? Also could you provide a example of this in a codepen?

Thanks for the reply. b9 is definitely a lot faster on the 4s

1 Like

Good to hear :smile: