Skip to content

Slow invalidation performance #109

Open
@dratchkov

Description

@dratchkov

I am seeing very slow (minutes per request) performance when lists are invalidated. I traced that to the recursive flush list expansion. In its present form it allows for a flush list to be hit multiple times.
The fix is to simply check if a list has already been expanded, and if it is - skip it.

I have created PR #106 . Would someone please review and pull in the changes into the main repository.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions