We are fine-tuning the performance in the underlying IntelliJ Structure library. This will impact the upcoming versions of IntelliJ Platform Plugin and Plugin Verifier.
Couldn’t this slowdown be caused by the many more plugins at test runtime, which are now enabled by default? Or would that also be solved by updates to the structure library?
Yes, we have seen the longer parse/verification times on 2026.2. This is due to ongoing effort of modularization of the Platform. OTOH preliminary results show improvements, especially on Windows.
I understood the original observation of longer build time that it’s “time to run tests + time to run the plugin verifier”. My suspicion is that the time to run tests has been increased by 2.18.x because now more plugins are loaded and activated when tests are executed.
Improvements to the time to run verification are always appreciated, though
There is an underlying aspect: the Plugin Verifier and IntelliJ Platform Gradle plugin share the code that parses IDE layout and provides type-safe plugin model. Any improvement in that parsing will essentially address both plugin verification and speed up the Gradle builds.