-
Notifications
You must be signed in to change notification settings - Fork 66
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels