Open
Description
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
query {
products(
filter: { category_id: { eq: "2"}}
) {
total_count
items {
name
sku
custom_attributesV2(filters: {used_in_product_listing: true}) {
items {
code
label
... on AttributeValue {
value
}
... on AttributeSelectedOptions {
selected_options {
label
value
}
}
}
}
}
}
}
I suggest to optimize it.
The acceleration was from 3 to 4 times for my project.
Metadata
Metadata
Assignees
Labels
Gate 3 Passed. Manual verification of the issue completed. Issue is confirmedMay be fixed according to the position in the backlog.Indicates original Magento version for the Issue report.The issue has been reproduced on latest 2.4-develop branchIssue related to Developer Experience and needs help with Triage to Confirm or Reject it
Activity
m2-assistant commentedon Feb 10, 2025
Hi @zakdma. Thank you for your report.
To speed up processing of this issue, make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce.
@magento I am working on this
Join Magento Community Engineering Slack and ask your questions in #github channel.
⚠️ According to the Magento Contribution requirements, all issues must go through the Community Contributions Triage process. Community Contributions Triage is a public meeting.
🕙 You can find the schedule on the Magento Community Calendar page.
📞 The triage of issues happens in the queue order. If you want to speed up the delivery of your contribution, join the Community Contributions Triage session to discuss the appropriate ticket.
zakdma commentedon Feb 10, 2025
@magento I am working on this
m2-assistant commentedon Feb 10, 2025
Hi @zakdma! 👋
Thank you for collaboration. Only members of Community Contributors Team are allowed to be assigned to the issue. Please use
@magento add to contributors team
command to join Contributors team.zakdma commentedon Feb 10, 2025
@magento add to contributors team
m2-assistant commentedon Feb 10, 2025
Hi @zakdma! 👋
Thank you for joining. Please accept team invitation 👉 here 👈 and add your comment one more time.
zakdma commentedon Feb 10, 2025
@magento I am working on this
m2-assistant commentedon Feb 10, 2025
Hi @engcom-Bravo. Thank you for working on this issue.
In order to make sure that issue has enough information and ready for development, please read and check the following instruction: 👇
Area: XXXXX
label to the ticket, indicating the functional areas it may be related to.2.4-develop
branchDetails
- If the issue is reproducible on2.4-develop
branch, please, add the labelReproduced on 2.4.x
.- If the issue is not reproducible, add your comment that issue is not reproducible and close the issue and stop verification process here!
Issue: Confirmed
once verification is complete.19 remaining items