Spring Framework 3.x、jetty-8.1.10.v20130312、IntelliJ IDEA 12.1.4、Maven を使用しています。Web アプリケーションの Java コードをデバッグするときに、しばらく待たなければならないことに気付きました。IDEA でデバッグなしでアプリを実行すると、問題ありません。
デバッグ中:
2013-08-27 16:02:08.107:INFO:oejs.Server:jetty-8.1.10.v20130312
2013-08-27 16:02:09.706:INFO:oejpw.PlusConfiguration:No Transaction manager found - if your webapp requires one, please configure one.
2013-08-27 16:02:16.157:INFO:/:No Spring WebApplicationInitializer types detected on classpath
2013-08-27 16:02:16.600:INFO:/:Initializing Spring root WebApplicationContext
2013-08-27 16:05:23.671:INFO:oejs.AbstractConnector:Started
SelectChannelConnector@0.0.0.0:9110
[INFO] Started Jetty Server
デバッグなしで実行:
2013-08-27 16:17:22.651:INFO:oejs.Server:jetty-8.1.10.v20130312
2013-08-27 16:17:24.286:INFO:oejpw.PlusConfiguration:No Transaction manager found - if your webapp requires one, please configure one.
2013-08-27 16:17:30.368:INFO:/:No Spring WebApplicationInitializer types detected on classpath
2013-08-27 16:17:30.788:INFO:/:Initializing Spring root WebApplicationContext
2013-08-27 16:17:40.317:INFO:oejs.AbstractConnector:Started SelectChannelConnector@0.0.0.0:9110
[INFO] Started Jetty Server
遅いパフォーマンスを修正するにはどうすればよいですか?