Long white screen before application start on device

Hi all ! Could anyone suggest why always before application start on device we can see long white screen nearly15 seconds ?

If The Splahscreen not shown make this :
ionic platform rm android
ionic platform add android@latest
ionic resources
if the Splahscreen show good and the app is slow to start you can build your app with --prod:
ionic build anroid --prod

@aboessa, your instructions helped. Thanks!

aboessa, thx a lot, all working right.