dev mode Startup time regression between 2.2.3.Final and 2.5.0.CR1
See original GitHub issueDescribe the bug
I just migrated from 2.2.3.Final to 2.4.2.Final. Noticed that my project is starting a bit slower in dev mode. I also cross checked against 1.13.1.Final, which was a bit faster still than 2.2.
For the reproducer project, I get following dev mode startup times on my machine:
2.5.0.CR1: 2.493s 2.2.3.Final: 2.273s 1.13.1.Final: 2.059s
Flamegraphs: flamegraphs.zip
Output when running with -Dquarkus.debug.print-startup-times=true
1.13.1.Final (Click to expand)
[INFO] --- quarkus-maven-plugin:1.13.1.Final:dev (default-cli) @ profiling ---
Listening for transport dt_socket at address: 5005
2021-11-19 21:30:00,424 WARN [io.qua.agr.dep.AgroalProcessor] (build-32) The Agroal dependency is present but no JDBC datasources have
been defined.
2021-11-19 21:30:00,456 WARN [io.qua.dat.dep.dev.DevServicesDatasourceProcessor] (build-52) Unable to determine a database type for de
fault datasource
Build step SmallRyeOpenApiProcessor.classLoaderHack completed in: 10ms
Build step MutinyProcessor.configureDroppedExceptionHandlerAndThreadBlockingChecker completed in: 21ms
Build step LoggingResourceProcessor.setupLoggingStaticInit completed in: 1ms
Build step ResteasyReactiveDevModeProcessor.addReactiveRoutesExceptionMapper completed in: 2ms
Build step ResteasyReactiveDevModeProcessor.setupExceptionMapper completed in: 0ms
Build step ArcDevProcessor.invocationsEndpoint completed in: 1ms
Build step ArcDevProcessor.eventsEndpoint completed in: 0ms
Build step VertxCoreProcessor.ioThreadDetector completed in: 2ms
Build step DevConsoleProcessor.handler completed in: 1ms
Build step DevConsoleProcessor.invokeEndpoint completed in: 0ms
Build step BlockingOperationControlBuildStep.blockingOP completed in: 0ms
Build step SmallRyeHealthProcessor.build completed in: 0ms
Build step SmallRyeContextPropagationProcessor.buildStatic completed in: 1ms
Build step NativeImageConfigBuildStep.build completed in: 0ms
Build step ResteasyReactiveDevModeProcessor.addStaticResourcesExceptionMapper completed in: 0ms
Build step JacksonProcessor.pushConfigurationBean completed in: 1ms
Build step CacheProcessor.configureCacheManagerSyntheticBean completed in: 0ms
Build step StaticResourcesProcessor.staticInit completed in: 0ms
Build step HibernateValidatorProcessor.build completed in: 2ms
Build step SyntheticBeansProcessor.initStatic completed in: 0ms
Build step ArcProcessor.generateResources completed in: 170ms
Build step SmallRyeMetricsProcessor.build completed in: 6ms
Build step SmallRyeMetricsProcessor.createRoute completed in: 1ms
Build step ResteasyReactiveProcessor.setupEndpoints completed in: 31ms
Build step ResteasyReactiveDevModeProcessor.addAdditionalEndpointsExceptionMapper completed in: 1ms
Build step BootstrapConfigSetupBuildStep.setupBootstrapConfig completed in: 0ms
Build step NettyProcessor.eagerlyInitClass completed in: 0ms
Build step RuntimeConfigSetupBuildStep.setupRuntimeConfig completed in: 16ms
Build step SmallRyeMetricsProcessor.dropRegistriesAtShutdown completed in: 0ms
Build step SmallRyeMetricsProcessor.registerBaseAndVendorMetrics completed in: 12ms
Build step VertxCoreProcessor.eventLoopCount completed in: 1ms
Build step VertxCoreProcessor.build completed in: 0ms
Build step VertxHttpProcessor.cors completed in: 1ms
Build step HttpSecurityProcessor.initBasicAuth completed in: 0ms
Build step ThreadPoolSetup.createExecutor completed in: 8ms
Build step MutinyProcessor.initExecutor completed in: 0ms
Build step ArcProcessor.setupExecutor completed in: 1ms
Build step SmallRyeContextPropagationProcessor.build completed in: 0ms
Build step BannerProcessor.recordBanner completed in: 1ms
Build step SmallRyeOpenApiProcessor.handler completed in: 0ms
Build step SmallRyeHealthProcessor.registerHealthUiHandler completed in: 1ms
Build step ArcDevProcessor.registerRoutes completed in: 0ms
Build step VertxHttpProcessor.bodyHandler completed in: 2ms
Build step SwaggerUiProcessor.registerSwaggerUiHandler completed in: 0ms
__ ____ __ _____ ___ __ ____ ______
--/ __ \/ / / / _ | / _ \/ //_/ / / / __/
-/ /_/ / /_/ / __ |/ , _/ ,< / /_/ /\ \
--\___\_\____/_/ |_/_/|_/_/|_|\____/___/
2021-11-19 21:30:01,660 WARN [io.qua.config] (Quarkus Main Thread) Unrecognized configuration key "quarkus.debug.print-startup-times"
was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo
2021-11-19 21:30:01,927 WARN [io.qua.config] (Quarkus Main Thread) Unrecognized configuration key "quarkus.debug.print-startup-times"
was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo
Build step LoggingResourceProcessor.setupLoggingRuntimeInit completed in: 6ms
Build step ConfigGenerationBuildStep.checkForBuildTimeConfigChange completed in: 3ms
Build step NarayanaJtaProcessor.build completed in: 7ms
Build step DevConsoleProcessor.setupDevConsoleRoutes completed in: 5ms
Build step ConfigBuildStep.registerConfigMappings completed in: 1ms
Build step SyntheticBeansProcessor.initRuntime completed in: 0ms
Build step StaticResourcesProcessor.runtimeInit completed in: 3ms
Build step ConfigBuildStep.validateConfigProperties completed in: 0ms
Build step ResteasyReactiveProcessor.applyRuntimeConfig completed in: 0ms
Build step VertxHttpProcessor.initializeRouter completed in: 81ms
Build step VertxHttpProcessor.finalizeRouter completed in: 5ms
Build step ShutdownListenerBuildStep.setupShutdown completed in: 0ms
Build step DevConsoleProcessor.runtimeTemplates completed in: 10ms
Build step LifecycleEventsBuildStep.startupEvent completed in: 1ms
Build step VertxHttpProcessor.openSocket completed in: 70ms
2021-11-19 21:30:02,149 INFO [io.quarkus] (Quarkus Main Thread) profiling 1.0.0-SNAPSHOT on JVM (powered by Quarkus 1.13.1.Final) star
ted in 2.205s. Listening on: http://localhost:8080
2021-11-19 21:30:02,149 INFO [io.quarkus] (Quarkus Main Thread) Profile dev activated. Live Coding activated.
2021-11-19 21:30:02,150 INFO [io.quarkus] (Quarkus Main Thread) Installed features: [agroal, cache, cdi, hibernate-validator, mutiny,
narayana-jta, resteasy-reactive, resteasy-reactive-jackson, smallrye-context-propagation, smallrye-health, smallrye-metrics, smallrye-o
penapi, swagger-ui]
2.2.3.Final (Click to expand)
[INFO] --- quarkus-maven-plugin:2.2.3.Final:dev (default-cli) @ profiling ---
[INFO] Invoking org.apache.maven.plugins:maven-resources-plugin:2.6:testResources @ profiling
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\Martin\IdeaProjects\profiling\src\test\resources
[INFO] Invoking org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile @ profiling
[INFO] No sources to compile
Listening for transport dt_socket at address: 5005
2021-11-19 21:32:42,166 WARN [io.qua.agr.dep.AgroalProcessor] (build-31) The Agroal dependency is present but no JDBC datasources have
been defined.
2021-11-19 21:32:42,186 WARN [io.qua.dat.dep.dev.DevServicesDatasourceProcessor] (build-11) Unable to determine a database type for de
fault datasource
Build step LoggingResourceProcessor.setupLoggingStaticInit completed in: 1ms
Build step ResteasyReactiveDevModeProcessor.addReactiveRoutesExceptionMapper completed in: 1ms
Build step SmallRyeOpenApiProcessor.classLoaderHack completed in: 13ms
Build step MutinyProcessor.buildTimeInit completed in: 5ms
Build step ResteasyReactiveDevModeProcessor.setupExceptionMapper completed in: 0ms
Build step ArcDevProcessor.invocationsEndpoint completed in: 0ms
Build step ArcDevProcessor.eventsEndpoint completed in: 0ms
Build step CacheDevConsoleProcessor.invokeEndpoint completed in: 0ms
Build step VertxCoreProcessor.ioThreadDetector completed in: 2ms
Build step DevUIDatasourceProcessor.devConsoleCleanDatabaseHandler completed in: 0ms
Build step AgroalProcessor.addHealthCheck completed in: 1ms
Build step DevConsoleProcessor.handler completed in: 2ms
Build step BlockingOperationControlBuildStep.blockingOP completed in: 0ms
Build step SmallRyeHealthProcessor.build completed in: 1ms
Build step SmallRyeContextPropagationProcessor.buildStatic completed in: 2ms
Build step NativeImageConfigBuildStep.build completed in: 0ms
Build step JacksonProcessor.pushConfigurationBean completed in: 1ms
Build step ResteasyReactiveDevModeProcessor.addStaticResourcesExceptionMapper completed in: 0ms
Build step CacheProcessor.configureCacheManagerSyntheticBean completed in: 0ms
Build step StaticResourcesProcessor.staticInit completed in: 1ms
Build step HibernateValidatorProcessor.build completed in: 1ms
Build step SyntheticBeansProcessor.initStatic completed in: 1ms
Build step ArcProcessor.generateResources completed in: 136ms
Build step SmallRyeMetricsProcessor.build completed in: 6ms
Build step SmallRyeMetricsProcessor.createRoute completed in: 1ms
Build step ResteasyReactiveProcessor.setupEndpoints completed in: 38ms
Build step ResteasyReactiveDevModeProcessor.addAdditionalEndpointsExceptionMapper completed in: 0ms
Build step BootstrapConfigSetupBuildStep.setupBootstrapConfig completed in: 0ms
Build step RuntimeConfigSetupBuildStep.setupRuntimeConfig completed in: 17ms
Build step NettyProcessor.eagerlyInitClass completed in: 0ms
Build step SmallRyeMetricsProcessor.dropRegistriesAtShutdown completed in: 1ms
Build step SmallRyeMetricsProcessor.registerBaseAndVendorMetrics completed in: 7ms
Build step VertxCoreProcessor.eventLoopCount completed in: 0ms
Build step VertxCoreProcessor.createVertxThreadFactory completed in: 0ms
Build step VertxCoreProcessor.createVertxContextHandlers completed in: 0ms
Build step VertxHttpProcessor.cors completed in: 0ms
Build step HttpSecurityProcessor.initBasicAuth completed in: 1ms
Build step ThreadPoolSetup.createExecutor completed in: 7ms
Build step MutinyProcessor.runtimeInit completed in: 0ms
Build step ArcProcessor.setupExecutor completed in: 0ms
Build step BannerProcessor.recordBanner completed in: 0ms
Build step SmallRyeOpenApiProcessor.handler completed in: 7ms
Build step SmallRyeHealthProcessor.registerHealthUiHandler completed in: 0ms
Build step TestsProcessor.setupTestRoutes completed in: 2ms
Build step SmallRyeContextPropagationProcessor.build completed in: 3ms
Build step ArcDevProcessor.registerRoutes completed in: 1ms
Build step VertxCoreProcessor.build completed in: 1ms
Build step SwaggerUiProcessor.registerSwaggerUiHandler completed in: 0ms
Build step VertxHttpProcessor.bodyHandler completed in: 2ms
Build step NarayanaJtaProcessor.build completed in: 14ms
Build step ConfigBuildStep.registerConfigClasses completed in: 1ms
__ ____ __ _____ ___ __ ____ ______
--/ __ \/ / / / _ | / _ \/ //_/ / / / __/
-/ /_/ / /_/ / __ |/ , _/ ,< / /_/ /\ \
--\___\_\____/_/ |_/_/|_/_/|_|\____/___/
2021-11-19 21:32:43,503 WARN [io.qua.config] (Quarkus Main Thread) Unrecognized configuration key "quarkus.debug.print-startup-times"
was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo
Build step LoggingResourceProcessor.setupLoggingRuntimeInit completed in: 5ms
Build step ConfigGenerationBuildStep.checkForBuildTimeConfigChange completed in: 3ms
Build step DevConsoleProcessor.setupDevConsoleRoutes completed in: 0ms
Build step SyntheticBeansProcessor.initRuntime completed in: 1ms
Build step ConfigBuildStep.validateConfigProperties completed in: 1ms
Build step StaticResourcesProcessor.runtimeInit completed in: 5ms
Build step VertxHttpProcessor.initializeRouter completed in: 82ms
Build step ResteasyReactiveProcessor.applyRuntimeConfig completed in: 0ms
Build step VertxHttpProcessor.finalizeRouter completed in: 5ms
Build step ShutdownListenerBuildStep.setupShutdown completed in: 1ms
Build step DevConsoleProcessor.runtimeTemplates completed in: 12ms
Build step LifecycleEventsBuildStep.startupEvent completed in: 1ms
Build step VertxHttpProcessor.openSocket completed in: 89ms
2021-11-19 21:32:44,010 INFO [io.quarkus] (Quarkus Main Thread) profiling 1.0.0-SNAPSHOT on JVM (powered by Quarkus 2.2.3.Final) start
ed in 2.382s. Listening on: http://localhost:8080
2021-11-19 21:32:44,012 INFO [io.quarkus] (Quarkus Main Thread) Profile dev activated. Live Coding activated.
2021-11-19 21:32:44,012 INFO [io.quarkus] (Quarkus Main Thread) Installed features: [agroal, cache, cdi, hibernate-validator, narayana
-jta, resteasy-reactive, resteasy-reactive-jackson, smallrye-context-propagation, smallrye-health, smallrye-metrics, smallrye-openapi,
swagger-ui]
2.5.0.CR1(Click to expand)
[INFO] --- quarkus-maven-plugin:2.5.0.CR1:dev (default-cli) @ profiling ---
[INFO] Invoking org.apache.maven.plugins:maven-resources-plugin:2.6:testResources) @ profiling
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\Martin\IdeaProjects\profiling\src\test\resources
[INFO] Invoking org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile) @ profiling
[INFO] No sources to compile
Listening for transport dt_socket at address: 5005
2021-11-19 21:33:27,275 WARN [io.qua.agr.dep.AgroalProcessor] (build-47) The Agroal dependency is present but no JDBC datasources have
been defined.
2021-11-19 21:33:27,812 WARN [io.qua.dat.dep.dev.DevServicesDatasourceProcessor] (build-62) Unable to determine a database type for de
fault datasource
2021-11-19 21:33:28,751 Build step NioThreadPoolDevModeProcessor.setupTCCL completed in: 0ms
2021-11-19 21:33:28,756 Build step ResteasyReactiveDevModeProcessor.addReactiveRoutesExceptionMapper completed in: 1ms
2021-11-19 21:33:28,772 Build step SmallRyeOpenApiProcessor.classLoaderHack completed in: 14ms
2021-11-19 21:33:28,776 Build step LoggingResourceProcessor.setupLoggingStaticInit completed in: 1ms
2021-11-19 21:33:28,783 Build step MutinyProcessor.buildTimeInit completed in: 5ms
2021-11-19 21:33:28,786 Build step ResteasyReactiveDevModeProcessor.setupExceptionMapper completed in: 0ms
2021-11-19 21:33:28,789 Build step DataSourcesExcludedFromHealthChecksProcessor.produceBean completed in: 0ms
2021-11-19 21:33:28,791 Build step ArcDevProcessor.eventsEndpoint completed in: 0ms
2021-11-19 21:33:28,794 Build step DevUIDatasourceProcessor.devConsoleCleanDatabaseHandler completed in: 0ms
2021-11-19 21:33:28,796 Build step CacheDevConsoleProcessor.invokeEndpoint completed in: 0ms
2021-11-19 21:33:28,800 Build step VertxCoreProcessor.ioThreadDetector completed in: 2ms
2021-11-19 21:33:28,803 Build step ArcDevProcessor.invocationsEndpoint completed in: 0ms
2021-11-19 21:33:28,806 Build step DevConsoleProcessor.handler completed in: 1ms
2021-11-19 21:33:28,808 Build step BlockingOperationControlBuildStep.blockingOP completed in: 0ms
2021-11-19 21:33:28,812 Build step SmallRyeContextPropagationProcessor.buildStatic completed in: 2ms
2021-11-19 21:33:28,815 Build step SmallRyeHealthProcessor.build completed in: 0ms
2021-11-19 21:33:28,818 Build step NativeImageConfigBuildStep.build completed in: 0ms
2021-11-19 21:33:28,820 Build step ResteasyReactiveDevModeProcessor.addStaticResourcesExceptionMapper completed in: 0ms
2021-11-19 21:33:28,823 Build step CacheProcessor.configureCacheManagerSyntheticBean completed in: 0ms
2021-11-19 21:33:28,825 Build step HibernateValidatorProcessor.build completed in: 0ms
2021-11-19 21:33:28,828 Build step SyntheticBeansProcessor.initStatic completed in: 0ms
2021-11-19 21:33:28,948 Build step ArcProcessor.generateResources completed in: 118ms
2021-11-19 21:33:28,958 Build step SmallRyeMetricsProcessor.build completed in: 6ms
2021-11-19 21:33:28,961 Build step SmallRyeMetricsProcessor.createRoute completed in: 1ms
2021-11-19 21:33:28,964 Build step ResteasyReactiveProcessor.setupEndpoints completed in: 1ms
2021-11-19 21:33:28,974 Build step ResteasyReactiveProcessor.serverSerializers completed in: 9ms
2021-11-19 21:33:29,007 Build step ResteasyReactiveProcessor.setupDeployment completed in: 31ms
2021-11-19 21:33:29,009 Build step ResteasyReactiveDevModeProcessor.addAdditionalEndpointsExceptionMapper completed in: 0ms
2021-11-19 21:33:29,012 Build step BootstrapConfigSetupBuildStep.setupBootstrapConfig completed in: 0ms
2021-11-19 21:33:29,033 Build step RuntimeConfigSetupBuildStep.setupRuntimeConfig completed in: 19ms
2021-11-19 21:33:29,035 Build step NettyProcessor.eagerlyInitClass completed in: 0ms
2021-11-19 21:33:29,037 Build step SmallRyeMetricsProcessor.dropRegistriesAtShutdown completed in: 0ms
2021-11-19 21:33:29,046 Build step SmallRyeMetricsProcessor.registerBaseAndVendorMetrics completed in: 7ms
2021-11-19 21:33:29,048 Build step VertxCoreProcessor.createVertxContextHandlers completed in: 0ms
2021-11-19 21:33:29,050 Build step VertxCoreProcessor.createVertxThreadFactory completed in: 0ms
2021-11-19 21:33:29,052 Build step VertxHttpProcessor.cors completed in: 0ms
2021-11-19 21:33:29,053 Build step VertxCoreProcessor.eventLoopCount completed in: 0ms
2021-11-19 21:33:29,056 Build step HttpSecurityProcessor.initBasicAuth completed in: 0ms
2021-11-19 21:33:29,064 Build step ThreadPoolSetup.createExecutor completed in: 6ms
2021-11-19 21:33:29,067 Build step MutinyProcessor.runtimeInit completed in: 0ms
2021-11-19 21:33:29,068 Build step ArcProcessor.setupExecutor completed in: 0ms
2021-11-19 21:33:29,074 Build step TestsProcessor.setupTestRoutes completed in: 3ms
2021-11-19 21:33:29,076 Build step SmallRyeHealthProcessor.registerHealthUiHandler completed in: 0ms
2021-11-19 21:33:29,078 Build step ArcDevProcessor.registerRoutes completed in: 0ms
2021-11-19 21:33:29,084 Build step SmallRyeContextPropagationProcessor.build completed in: 3ms
2021-11-19 21:33:29,087 Build step VertxCoreProcessor.build completed in: 0ms
2021-11-19 21:33:29,088 Build step BannerProcessor.recordBanner completed in: 0ms
2021-11-19 21:33:29,093 Build step VertxHttpProcessor.bodyHandler completed in: 2ms
2021-11-19 21:33:29,175 Build step VertxHttpProcessor.preinitializeRouter completed in: 81ms
2021-11-19 21:33:29,191 Build step NarayanaJtaProcessor.build completed in: 13ms
__ ____ __ _____ ___ __ ____ ______
--/ __ \/ / / / _ | / _ \/ //_/ / / / __/
-/ /_/ / /_/ / __ |/ , _/ ,< / /_/ /\ \
--\___\_\____/_/ |_/_/|_/_/|_|\____/___/
2021-11-19 21:33:28,750 WARN [io.qua.config] (Quarkus Main Thread) Unrecognized configuration key "quarkus.debug.print-startup-times"
was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo
2021-11-19 21:33:29,197 Build step LoggingResourceProcessor.setupLoggingRuntimeInit completed in: 4ms
2021-11-19 21:33:29,202 Build step ConfigGenerationBuildStep.checkForBuildTimeConfigChange completed in: 3ms
2021-11-19 21:33:29,212 Build step SmallRyeOpenApiProcessor.handler completed in: 7ms
2021-11-19 21:33:29,214 Build step SwaggerUiProcessor.registerSwaggerUiHandler completed in: 0ms
2021-11-19 21:33:29,216 Build step DevConsoleProcessor.setupDevConsoleRoutes completed in: 0ms
2021-11-19 21:33:29,218 Build step SyntheticBeansProcessor.initRuntime completed in: 0ms
2021-11-19 21:33:29,221 Build step VertxProcessor.build completed in: 0ms
2021-11-19 21:33:29,223 Build step ConfigBuildStep.registerConfigClasses completed in: 0ms
2021-11-19 21:33:29,226 Build step ConfigBuildStep.validateConfigValues completed in: 1ms
2021-11-19 21:33:29,233 Build step StaticResourcesProcessor.runtimeInit completed in: 5ms
2021-11-19 21:33:29,235 Build step ResteasyReactiveProcessor.applyRuntimeConfig completed in: 0ms
2021-11-19 21:33:29,240 Build step VertxHttpProcessor.initializeRouter completed in: 3ms
2021-11-19 21:33:29,246 Build step VertxHttpProcessor.finalizeRouter completed in: 4ms
2021-11-19 21:33:29,248 Build step ShutdownListenerBuildStep.setupShutdown completed in: 0ms
2021-11-19 21:33:29,262 Build step DevConsoleProcessor.runtimeTemplates completed in: 12ms
2021-11-19 21:33:29,264 Build step LifecycleEventsBuildStep.startupEvent completed in: 0ms
2021-11-19 21:33:29,353 Build step VertxHttpProcessor.openSocket completed in: 86ms
2021-11-19 21:33:29,355 INFO [io.quarkus] (Quarkus Main Thread) profiling 1.0.0-SNAPSHOT on JVM (powered by Quarkus 2.5.0.CR1) started
in 2.712s. Listening on: http://localhost:8080
2021-11-19 21:33:29,356 INFO [io.quarkus] (Quarkus Main Thread) Profile dev activated. Live Coding activated.
2021-11-19 21:33:29,357 INFO [io.quarkus] (Quarkus Main Thread) Installed features: [agroal, cache, cdi, hibernate-validator, narayana
-jta, resteasy-reactive, resteasy-reactive-jackson, smallrye-context-propagation, smallrye-health, smallrye-metrics, smallrye-openapi,
swagger-ui, vertx]
Expected behavior
No response
Actual behavior
No response
How to Reproduce?
Download the reproducer: profiling.zip
- Execute mvnw clean compile quarkus:dev, against quarkus 1.13.1.Final, 2.2.3.Final, and 2.5.1.CR1. Take note of the time reported in the “started in xxx” line.
Output of uname -a
or ver
Microsoft Windows [Version 10.0.19043.1348]
Output of java -version
openjdk 17 2021-09-14 OpenJDK Runtime Environment Temurin-17+35 (build 17+35) OpenJDK 64-Bit Server VM Temurin-17+35 (build 17+35, mixed mode, sharing)
GraalVM version (if different from Java)
No response
Quarkus version or git rev
No response
Build tool (ie. output of mvnw --version
or gradlew --version
)
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: C:\Users\Martin.m2\wrapper\dists\apache-maven-3.6.3-bin\1iopthnavndlasol9gbrbg6bf2\apache-maven-3.6.3 Java version: 17, vendor: Eclipse Adoptium, runtime: C:\tools\java\17 Default locale: de_DE, platform encoding: Cp1252 OS name: “windows 10”, version: “10.0”, arch: “amd64”, family: “windows”
Additional information
No response
Issue Analytics
- State:
- Created 2 years ago
- Comments:29 (29 by maintainers)
yes. At least about another 100ms.
Current measurements, as reported by the
started in <some amount>s.
line.mvn clean compile quarkus:dev 2.2.3.Final: 2.355s 2.5.1.Final: 2.526s main (4a48d7844e6e6a7f8029bd850ffb9d9656b47607): 2.361
force restart (s) 2.2.3.Final: 0.764s 2.5.1.Final: 0.794s main (4a48d7844e6e6a7f8029bd850ffb9d9656b47607): 0.585s
Difference between 2.2.3.Final and 2.5.1.Final: quarkus:dev ~ 170ms force restart: 30ms
This shows that @gsmet is right. No buildstep or other deployment action is responsible for the regression. Something before that is already slower. Will continue investigating…
Still, the savings will translate to a faster hot deployment cycle, which is nice. 😃