Skip to content

Performance problem with the diff processorΒ #64

@WalkingDexter

Description

@WalkingDexter

I noticed that on a large project with a large number of files, the diff processor is much slower than the staged processor even if no changes were made to the codebase. After a short investigation I found that the problem is related to getUntrackedFileList - it's always refreshed inside getPreProcessor. If I remove the refreshing in getPreProcessor the diff processor works fast.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions