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

Slowness in search for non-admin user #9766

Open
aarongundel opened this issue Jul 12, 2023 · 1 comment
Open

Slowness in search for non-admin user #9766

aarongundel opened this issue Jul 12, 2023 · 1 comment

Comments

@aarongundel
Copy link
Contributor

There is a slowness issue with search for the non-admin user. Sometimes it takes 30 or more seconds for the page to load (testing with the arches for science project) - it looks like this slowness may be tied to a call to advanced-search that blocks the page render. The call causing the slowness is on line 81 - self.request.user.has_perm - though it does appear to be using cached permissions. I could not track it much deeper than that.

@chiatt
Copy link
Member

chiatt commented Jul 20, 2023

Hey @apeters - I know that you were looking into search UI performance. Just want to make sure you saw this issue.

@chiatt chiatt moved this to 🔖 Ready in pipeline Jul 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🔖 Ready
Development

No branches or pull requests

2 participants