White screen delay on launch of app

how to fix the white screen delay to the app start up faster, how do i fix that,

Put this line on your config.xml
<preference name="SplashScreenDelay" value="30000" />
or change the SplashScreenDelay value="30000"

I Hope your problem will fixed.
Thank you.

@wandie
I had this same issue.
while building the app in debug version, there was this white screen delay, but when i did the production build , this white screen delay wasnt there anymore .

the value is was already 3000 in my config.xml but after the splash screen, there is a white screen that shows befor launch of the next view and thats what i want to solve,

add another one 0(zero)