-
Notifications
You must be signed in to change notification settings - Fork 448
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 at the "user & roles" page #8700
Comments
@jonasraoni, are you going to work on this yourself? If so, great; if not, this isn't enough to be able to reproduce and correct the issue. |
Okay, I've assigned myself. I did a generic fix on the I'll create a PR and check if the Laravel framework does a similar optimization out-of-the-box. |
…losing it with a SELECT
…700-improve-slow-query##
…700-improve-slow-query##
…700-improve-slow-query##
…700-improve-slow-query##
…700-improve-slow-query##
…700-improve-slow-query##
@asmecher Here are the PRs, I've left some notes at the PR. |
…losing it with a SELECT
…700-improve-slow-query##
…ove-slow-query##
(cherry picked from commit 8657b98)
(cherry picked from commit 82a8dd4)
…ove-slow-query##
…ove-slow-query##
…700-improve-slow-query##
…ove-slow-query##
…ove-slow-query##
…ove-slow-query##
(cherry picked from commit ea45f32)
…orPagination() (cherry picked from commit 158cce5)
…ove-slow-query##
(cherry picked from commit b2fc665)
(cherry picked from commit 0dc0b39)
…orPagination() (cherry picked from commit 4648a75)
(cherry picked from commit 8657b98)
(cherry picked from commit 82a8dd4)
…ove-slow-query##
Closing this one, I fixed a couple of unrelated bugs and converted the affected queries to the Laravel Query. |
(cherry picked from commit 86bb061)
(cherry picked from commit b330ac6)
Describe the bug
A journal with around 20K users is taking around 60s to retrieve a response for the
User & Roles
interface.The origin is MySQL trashing the disk with temporary tables (our
max_heap_table_size
is defined with 128MB, which is a reasonably high value) for the query, which can't be perfectly optimized.What application are you using?
OJS/stable-3_3_0
Additional information
PRs
stable-3_3_0
stable-3_4_0
main
The text was updated successfully, but these errors were encountered: