Skip to content

Fix performance using initial propfind #5

@mickenordin

Description

@mickenordin

Nextcloud allways loads 25 files initially. Currently we make one get requests for each file, resulting in a performance bottleneck where 25 get requests are made on each page load.

Apparently we can use the info from the initial propfind to coalesce these requests into one.

We must investigate how to do that.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions