Skip to content

VoltageLevel.getConnectables() should be optimized #468

Open
@jonenst

Description

@jonenst

Describe the current behavior

VoltageLevel.getConnectables() currently does 15 individual requests sequentially.

Describe the expected behavior

We could at least do them in parallel or better yet do a single request and implement on the server (like network.getIdentifiable())

Describe the motivation

performance and less resource usage

Extra Information

No response

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