My Spring Boot (Java) app is bundled in a Docker container. In IntelliJ I run and debug this app with a local run target. I use the option "Docker for Windows".
In the previous IntelliJ (< IntelliJ IDEA 2023.1 (Ultimate Edition) version the startup-time was okay (~12-15 sec.). In the current version the startup increase to 35-40 sec. My setup (Windows and Hardware) are the same.
What can I do to become a faster startup time of my app in IntelliJ?