-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
GraphQl Custom Attributes Options output need optimization #39613
Comments
Hi @zakdma. Thank you for your report.
Join Magento Community Engineering Slack and ask your questions in #github channel. |
@magento I am working on this |
Hi @zakdma! 👋 |
@magento add to contributors team |
@magento I am working on this |
Hi @engcom-Bravo. Thank you for working on this issue.
|
Class
\Magento\EavGraphQl\Model\Output\Value\Options\GetCustomSelectedOptionAttributes
is not optimized for attributes with huge amounts of options (> 10000).Request like this take too much time to retrieve such custom attributes selected values
I suggest to optimize it.
The acceleration was from 3 to 4 times for my project.
The text was updated successfully, but these errors were encountered: