Slow Ionic-Vue App

I am new to Ionic and using the latest version of Ionic/Vue3 to develop a tab based iOS and Android app. The only issue I am facing page is that page transition/change is painfully slow. The modal transitions work perfectly but the router push takes about a sec after clicking to do anything. I call router.push on click to change pages and not router-link or href.

Other packages I am using are Tailwind CSS, Firebase, Vee-Validate and Vuex.

Can someone please guide me as to the best practices for optimizing.

Thank you

Hard to say what the issue might be without seeing code. Can you provide a GitHub repo that reproduces the slowness?