Stanislav Ilnytskyi

Results 24 issues of Stanislav Ilnytskyi

### Description (*) This is shorter PR version of https://github.com/magento/magento2/pull/34226/files that only fixes main issue and does not include suggested performance improvements. When emulation is used or custom code saves...

Progress: needs update
Priority: P2
Project: Community Picked

### Description (*) Core static tests do not allow to modify ruleset.xml location via inheritance. We need to either override ruleset.xml and track for updates or fully override test classes...

Progress: pending review
Priority: P2

### Description (*) When there is a loop going through a few products and linking those products to categories. Some categories get data copied from another store. Load a category...

Component: Catalog
Release Line: 2.4
Progress: pending review
Priority: P2

Hello, We noticed that for bigger menus the GraphQL response is too slow. After some investigation we found that this method https://github.com/SnowdogApps/magento2-menu/blob/develop/Model/GraphQl/Resolver/DataProvider/Node/TypeModel.php#L49 loads whole model via its repository, and later...