Skip to content

Optimise Tiled insertion #1291

@ZohebShaikh

Description

@ZohebShaikh

Currently almost all the get/post methods use get_entry which in turn uses the filter_for_access the query that is ran in this is find all the nodes I can access. This is exactly the place I think the code can be optimised.
If I do a get of /a/b/c It should only check that I have access for a ,b and c rather than get all the nodes that I have access to and then check if a,b and c are in the list.

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