My ionic app is taking too long (nearly 47sec) to load

thanks for the reply mate
i used --prod with this

Try to put this on the second line of your main.ts file
import { enableProdMode } from ‘@angular/core’;
then before the bootstrap line put
enableProdMode();
also when building use --prod so ionic build android --prod

but no change in loading

i forgot to include this
i used

<preference name=“loadUrlTimeoutValue” value=“700000” /

this in my config.xml to overcome this error