Comment From: wilkinsona
The title, via Google translate:
The first request is very slow, the second is normal
Depending on the work triggered by the first request, it is to be expected that it will be slower than subsequent requests. The first request may cause classes to be loaded and other initialization to be performed. Subsequent requests will benefit from that initialization having already been completed and, potentially, for the JIT having optimized hot code paths.
If you have any further questions, please follow up on Stack Overflow or Gitter. As mentioned in the guidelines for contributing, we prefer to use GitHub issues only for bugs and enhancements.
Comment From: hawaiiandycao
你好, 你的邮件我已经收到,谢谢!