Ionic performance issue

Ionic build --prod --aot --minifyjs --minifycss --optimizejs

this optimize options will makes ionic faster.

Are you running v3 or v5 of Ionic? Either way, you can just run

ionic build --prod

and it will do the same thing.

1 Like