application.mode, conf, , play run play start dev prod
.
Nevertheless, given the differences between the modes (more details here ), namely
Playback starts the application right away (including any job loading), instead of waiting for the first request, again adding a slight performance advantage for the first use
You may need to play startor change the PROD mode in your configuration file.
kasur source
share