Skip to content

Cache merged dynamic and static data #262

@jacomyal

Description

@jacomyal

Right now, dynamic edges and nodes data seem to be properly cached, but components have to merge them with the static data themselves, using mergeStaticDynamicData.

This helper function is not free, and is called very often in various places, such as:

We probably could cache the merged items data, to prevent having to reproduce these merged collections all the time.

Metadata

Metadata

Assignees

No one assigned

    Labels

    performanceIssues about application performances

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions