Skip to content

Plugin adds huge overhead for projects imports in IntelliJ on Windows since 2.2.0 #1907

Open
@ingokegel

Description

@ingokegel

What happened?

The profiler shows that most time is spent creating ZIP file systems which is very slow on Windows compared to macOS and Linux and the plugin is responsible for all of them.

Image

Could these file systems be cached?

Relevant log output or stack trace

Steps to reproduce

For example, with

https://github.com/ingokegel/jclasslib

if the org.jetbrains.intellij.platform version in idea.gradle.kts is set to 2.1.0, the time for the project import is ~20 seconds. With 2.4.0, it is ~50 seconds.

Gradle IntelliJ Plugin version

2.4.0

Gradle version

8.13

Operating System

Windows

Link to build, i.e. failing GitHub Action job

No response

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions