Delay after click in an item ion-list. Transition don't start instantly

I have a list with approximately 5 items. When I select 1 item in an Android app, there is a delay until start transition between views. After I click on an item, it takes approximately 1 second to start the transition to another view. The transition not starts instantly when I click in an ion-item or using a href. I’ve also tested on browser and the problem is the same.

How can I solve this? I’ve tried many solutions but nothing solved this.
Thanks in advance,

I think that transition between tabs is faster when you use $state.go('tab.homeTab');

I think that transition between tabs is faster when you use $state.go(‘tab.homeTab’);

I’ve already tried this but not solved =/