Ionic application starting delay

When i open the ionic app it take some time to open(shows white screen ) after splash screen. How to reduce the delay.

You can’t. That’s the time it takes to ensure that the platform is ready for use.

check in console how much time its taking ( via chrome://inspect ) .
use --prod flag to build app
search in forum, already lot of threads have the same questions.