How to reduce the Initializing Spring root WebApplicationContext time? How to reduce the Initializing Spring root WebApplicationContext time? spring spring

How to reduce the Initializing Spring root WebApplicationContext time?


Here are some Best practices TIPS for Spring, compare these steps to Your application.

https://developers.google.com/appengine/articles/spring_optimization


why don't specify lazy loading of beans. So they dont get created at Server startup


It got reduced to 4 minutes after commenting out the following from run.conf.bat:

rem set "JAVA_OPTS=%JAVA_OPTS% -agentpath:C:\yjp\YourKit-Java-Profiler-11.0.1\bin\win32\yjpagent.dll"