Skip to content

Commit 99db5bc

Browse files
authored
Merge pull request #514 from magento-performance/MAGETWO-58960
[Performance] MAGETWO-58960: A big amount of sql queries on Configurable Page
2 parents 9451efd + 9513f3f commit 99db5bc

File tree

3 files changed

+0
-216
lines changed

3 files changed

+0
-216
lines changed

app/code/Magento/ConfigurableProduct/Block/Plugin/Product/Media/Gallery.php

Lines changed: 0 additions & 102 deletions
This file was deleted.

app/code/Magento/ConfigurableProduct/Test/Unit/Block/Plugin/Product/Media/GalleryTest.php

Lines changed: 0 additions & 111 deletions
This file was deleted.

app/code/Magento/ConfigurableProduct/etc/di.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,6 @@
143143
<type name="Magento\Catalog\Model\Product\Attribute\Backend\Price">
144144
<plugin name="configurable" type="Magento\ConfigurableProduct\Model\Plugin\PriceBackend" sortOrder="100" />
145145
</type>
146-
<type name="\Magento\ProductVideo\Block\Product\View\Gallery">
147-
<plugin name="product_video_gallery" type="\Magento\ConfigurableProduct\Block\Plugin\Product\Media\Gallery" />
148-
</type>
149146
<type name="Magento\ConfigurableProduct\Model\Product\Type\Configurable">
150147
<arguments>
151148
<argument name="cache" xsi:type="object">Magento\Framework\App\Cache\Type\Collection</argument>

0 commit comments

Comments
 (0)