-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Backoffice category tree takes an incredibly long time to display in 2.4.8 #39829
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
Comments
Hi @Dnd-Mafer. Thank you for your report.
Join Magento Community Engineering Slack and ask your questions in #github channel. |
Here is the patch for Magento Open Source
|
Hi @engcom-Bravo. Thank you for working on this issue.
|
Preconditions and environment
Steps to reproduce
Expected result
Category page appears quickly
Actual result
Category page doesn't appear quickly AT ALL !
Additional information
This is due to this commit.
More precisely there is an awful subselect here in the new function
getCountFromCategoryTableBulk
leading to this kind of querykilling performances.
This can be easily improved using a simple join
Release note
No response
Triage and priority
The text was updated successfully, but these errors were encountered: