playframework - Disabling lazy load in Play application -



playframework - Disabling lazy load in Play application -

by default play application started (compiled, global's onstart called, etc.) after http request it.

is there way disable lazy load , create play app compile code , startup 1 time application process run?

ps: using play 2.3.

update: ryan pointed out lazy load happens in dev. mode. nevertheless still need disable it, despite relevant apps running in dev. mode.

lazy loading applies in dev mode (play run). production mode not lazy.

https://www.playframework.com/documentation/2.3.x/production

playframework playframework-2.3

Comments

Popular posts from this blog

maven fortify plugin : Unable to load build session with ID XXXXX .. See log file for more details -

c# - Primavera WebServices does not return any data -

android - Display emoji panel with genymotion - keyboard/touch input? -