Replies: 1 comment 1 reply
-
Try adding |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As everyone knows, there is a large amount of class loading when a Java application starts, which greatly affects the startup time. The enhancement of WebFlux uses ByteBuddy, which has a relatively large overhead for class loading, thus greatly affecting the startup time of the Java service. In our online system, the number of classes loaded is in the tens of thousands, affecting the time consumption by about 1 minute.
Beta Was this translation helpful? Give feedback.
All reactions