Closed
Description
Description
in the product page, the method 'getChildrenIds' is called several times and each time we make an SQL request to get this info.
For example juno-jacket.html with the sample data, the method of the configurable type is called 20 times.
The problem
The result of this method is not stored in a cache to avoid to make useless request.
benefits
We earn time by making a cache and storing the results instead of making SQL requests.
Related pull request closed due to inactivity: #23910
Metadata
Metadata
Assignees
Labels
Gate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 4. Acknowledged. Issue is added to backlog and ready for developmentOnce P0 defects have been fixed, a defect having this priority is the next candidate for fixing.The issue has been reproduced on latest 2.4-develop branchAffects critical data or functionality and forces users to employ a workaround.
Type
Projects
Status
Done