Skip to content

Commit d15cdb3

Browse files
authored
Merge pull request #6467 from magento-honey-badgers/MC-39997
MC-39997: fix graphql category performance degradation
2 parents 5b1fa47 + c49edd5 commit d15cdb3

File tree

1 file changed

+3
-0
lines changed
  • app/code/Magento/ThemeGraphQl/etc/graphql

1 file changed

+3
-0
lines changed

app/code/Magento/ThemeGraphQl/etc/graphql/di.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,7 @@
2727
</argument>
2828
</arguments>
2929
</type>
30+
<type name="Magento\Framework\Data\Collection">
31+
<plugin name="currentPageDetection" disabled="true"/>
32+
</type>
3033
</config>

0 commit comments

Comments
 (0)