Почему play-framework запускается медленно - PullRequest
0 голосов
/ 08 апреля 2020

Версия воспроизведения: 2.7

Вход с уровнем отладки:

2020-04-08 21:37:56,952 [DEBUG] [main] Configuring ehcache from URL: jar:file:/opt/myapp/lib/com.typesafe.play.play-ehcache_2.12-2.7.0.jar!/ehcache-default.xml
2020-04-08 21:37:56,954 [DEBUG] [main] Configuring ehcache from InputStream
2020-04-08 21:37:56,963 [DEBUG] [main] Ignoring ehcache attribute xmlns:xsi
2020-04-08 21:37:56,963 [DEBUG] [main] Ignoring ehcache attribute xsi:noNamespaceSchemaLocation
2020-04-08 21:37:56,972 [DEBUG] [main] Creating new CacheManager with config URL: jar:file:/opt/myapp/lib/com.typesafe.play.play-ehcache_2.12-2.7.0.jar!/ehcache-default.xml
2020-04-08 21:37:56,974 [DEBUG] [main] propertiesString is null.
2020-04-08 21:37:56,987 [DEBUG] [main] No CacheManagerEventListenerFactory class specified. Skipping...
2020-04-08 21:38:17,027 [DEBUG] [main] No BootstrapCacheLoaderFactory class specified. Skipping...
2020-04-08 21:38:17,028 [DEBUG] [main] CacheWriter factory not configured. Skipping...
2020-04-08 21:38:17,028 [DEBUG] [main] No CacheExceptionHandlerFactory class specified. Skipping...
2020-04-08 21:38:17,377 [INFO] [application-akka.actor.default-dispatcher-3] Slf4jLogger started
2020-04-08 21:38:17,385 [DEBUG] [application-akka.actor.default-dispatcher-3] logger log1-Slf4jLogger started
2020-04-08 21:38:17,388 [DEBUG] [application-akka.actor.default-dispatcher-3] Default Loggers started
2020-04-08 21:38:18,153 [DEBUG] [main] Initialized net.sf.ehcache.store.MemoryStore for play
2020-04-08 21:38:18,175 [DEBUG] [main] Mocking Pass-Through Statistic: LOCAL_OFFHEAP_SIZE
2020-04-08 21:38:18,176 [DEBUG] [main] Mocking Pass-Through Statistic: LOCAL_OFFHEAP_SIZE_BYTES
2020-04-08 21:38:18,176 [DEBUG] [main] Mocking Pass-Through Statistic: LOCAL_DISK_SIZE

Почему эти две строки занимают около 20 секунд?

2020-04-08 21:37:56,987 [DEBUG] [main] No CacheManagerEventListenerFactory class specified. Skipping... 
2020-04-08 21:38:17,027 [DEBUG] [main] No BootstrapCacheLoaderFactory class specified. Skipping...
...