startup - JavaFx 2.2: On the first time run my application after setup, very slow to show the main page, why? -


my project osgi based c/s architecture, setup tool innosetup. on first time run application after setup(or after computer reboot), it's slow show main page(about 50 seconds), on second/third/... time, fast(about 6 seconds).

i wrote logs on startup , find osgi framework didn't slower startup.

i think reason should be: when first run app after setup(or after computer reboot), javafx invoke dll or libs in windows os draw page, , javafx cache next startup quicker. right?

how can improve first startup(or after computer reboot) speed?

thank much.


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -