You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: