Skip to content

Commit d835e90

Browse files
committed
MAGETWO-65145: Performance degradation on front end on configurable products with huge amount of variation
1 parent 16d9246 commit d835e90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/ConfigurableProduct/Plugin/Model/ResourceModel/Attribute/InStockOptionSelectBuilder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
use Magento\Framework\DB\Select;
1111

1212
/**
13-
* Plugin for Class OptionSelectBuilderInterface.
13+
* Plugin for OptionSelectBuilderInterface to add stock status filter.
1414
*/
1515
class InStockOptionSelectBuilder
1616
{
1717
/**
18-
* CatalogInventory Stock Status Resource Model
18+
* CatalogInventory Stock Status Resource Model.
1919
*
2020
* @var Status
2121
*/

0 commit comments

Comments
 (0)