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

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -