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
Post a Comment