Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

slow public link handling #6267

Closed
butonic opened this issue May 10, 2023 · 1 comment
Closed

slow public link handling #6267

butonic opened this issue May 10, 2023 · 1 comment
Assignees
Labels
Priority:p2-high Escalation, on top of current planning, release blocker Topic:Performance Type:Bug

Comments

@butonic
Copy link
Member

butonic commented May 10, 2023

When accessing a public link we currently use path based access which causes significant slowdown as we have to list all spaces which becomes slow with an increasing number of spaces in the system. The below is on a local machine with ~500 spaces:

image

at 5000 the requests takes longer than 60sec:

image

related PR in reva cs3org/reva#3866

@micbar micbar added the Priority:p2-high Escalation, on top of current planning, release blocker label May 10, 2023
@micbar micbar moved this from Qualification to Prio 2 in Infinite Scale Team Board May 10, 2023
@micbar micbar moved this from Prio 2 to In progress in Infinite Scale Team Board May 24, 2023
@micbar
Copy link
Contributor

micbar commented May 25, 2023

Fixed by #6382

@micbar micbar closed this as completed May 25, 2023
@github-project-automation github-project-automation bot moved this from In progress to Done in Infinite Scale Team Board May 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority:p2-high Escalation, on top of current planning, release blocker Topic:Performance Type:Bug
Projects
Archived in project
Development

No branches or pull requests

3 participants