-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Labels
Component: SearchIssue: Cannot ReproduceCannot reproduce the issue on the latest `2.4-develop` branchCannot reproduce the issue on the latest `2.4-develop` branchIssue: Format is validGate 1 Passed. Automatic verification of issue format passedGate 1 Passed. Automatic verification of issue format passedIssue: Ready for WorkGate 4. Acknowledged. Issue is added to backlog and ready for developmentGate 4. Acknowledged. Issue is added to backlog and ready for developmentbug report
Description
Hello,
We have configurable products with ~450 children. Main product has zero price. Default price is the cheapest price from children.
In product list pages (may be also in other areas), it takes too much to load.
Because, while finding lowest price product, it spend much time.
Especially catalogsearch page. It is not cacheable so every search action, block getting & calculating price repeatedly. I tried MySQL & ElasticSearch, no difference.
Other catalog pages, sake for caching, block loads faster if there is not invalidates.
Using Redis for FPC backend. So if I can enable cache for catalog pages, problem may be resolved.
I have enabled profiler. Magento didn't lose any time in backend or frontend except price block.
Preconditions
- Magento 2.1.2
- PHP 7.0.14
Steps to reproduce
- Create some configurable products with 2 attributes (First attribute has got 10 options, second has got 40 options). So there will be generated about 400 simples.
- Clean cache & wait or force reindex
- Try to make a search or load page after disable FPC.
Expected result
- Load page fast like other pages
Actual result
- Page loads too slow
netstartergit, pkodithuwakku and JacobDrummond
Metadata
Metadata
Assignees
Labels
Component: SearchIssue: Cannot ReproduceCannot reproduce the issue on the latest `2.4-develop` branchCannot reproduce the issue on the latest `2.4-develop` branchIssue: Format is validGate 1 Passed. Automatic verification of issue format passedGate 1 Passed. Automatic verification of issue format passedIssue: Ready for WorkGate 4. Acknowledged. Issue is added to backlog and ready for developmentGate 4. Acknowledged. Issue is added to backlog and ready for developmentbug report