Skip to content

Performance degradation on catalog page #1921

Closed
@IvanPletnyov

Description

@IvanPletnyov

Preconditions

  1. Magento with MSI
  2. Load performance fixtures
    bin/magento setup:perf:generate-fixtures setup/performance-toolkit/profiles/ce/small.xml
  3. Enable SQL profiler

Steps to reproduce

  1. Open category page (example http://localhost/category-4.html)

Magento with MSI profiler results

SQL query example:
msi

image

Magento without MSI profiler results

SQL query example:
ce

image

Query with explain

With MSI:

  1. With conditions
    1
  2. Without conditions
    2

Without MSI:
3

Additional info

  1. Build on bamboo
  2. Paying attention, if we transfer all products from default stock to custom stock, page load speed approximately equal to magento without MSI.
    SQL load speed on custom stock:
    image

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions