We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Accessing treeGetChildrenByIdAction (/tree-get-children-by-id) exhibits n+1 select behavior: Using data from Sentry: The query handed to
treeGetChildrenByIdAction
/tree-get-children-by-id
admin-ui-classic-bundle/src/Controller/Admin/TagsController.php
Lines 155 to 182 in 7999ef4
looks to load lazily. something like may address the issue: https://www.doctrine-project.org/projects/doctrine-orm/en/3.2/reference/working-with-objects.html#by-eager-loading
The text was updated successfully, but these errors were encountered:
tags
Thank you for reporting! I've opened 2 PRs that may help decreasing these queries, please see pimcore/pimcore#17390 and #629
Could you please apply the changes and re-run Sentry to see if there's an improvement? Thank you in advance
Sorry, something went wrong.
Marking this as done as the 2 PRs (pimcore/pimcore#17390 and #629) that might improve the behavior are merged
Let me know if you find anything else that we may improve or if it's not resolved and still occurs.
kingjia90
No branches or pull requests
Accessing
treeGetChildrenByIdAction
(/tree-get-children-by-id
) exhibits n+1 select behavior:Using data from Sentry:
The query handed to
admin-ui-classic-bundle/src/Controller/Admin/TagsController.php
Lines 155 to 182 in 7999ef4
looks to load lazily. something like may address the issue: https://www.doctrine-project.org/projects/doctrine-orm/en/3.2/reference/working-with-objects.html#by-eager-loading
The text was updated successfully, but these errors were encountered: