Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Performance: Excessive SQL usage in Sales and Products Grid #1759

Closed
lbajsarowicz opened this issue Aug 4, 2023 · 0 comments · Fixed by #1763, #1764, #1765 or #1766
Closed

Performance: Excessive SQL usage in Sales and Products Grid #1759

lbajsarowicz opened this issue Aug 4, 2023 · 0 comments · Fixed by #1763, #1764, #1765 or #1766

Comments

@lbajsarowicz
Copy link

lbajsarowicz commented Aug 4, 2023

Issue Description

Preconditions

  1. Magento 2.4.5-p1
  2. Mailchimp 103.4.53

Steps to reproduce

As an Administrator, visit Products Grid.

Actual and Expected result

Mailchimp extension performs over 1000 unnecessary MySQL requests to load Product Listing.

Diff when Mailchimp is disabled (for a grid of 100 products):
image

Additional information

Poor extension architecture and the fact it's an official extension affects thousands of stores around the globe, wasting huge amount of resources. Minor optimizations would not only help merchants better utilize their employees time (lower load times), but also waste lest natural resources.

lbajsarowicz added a commit to lbajsarowicz/m2-mailchimp that referenced this issue Aug 4, 2023
@lbajsarowicz lbajsarowicz changed the title Performance: Excessive SQL usage in Products Grid Performance: Excessive SQL usage in Sales and Products Grid Aug 4, 2023
lbajsarowicz added a commit to lbajsarowicz/m2-mailchimp that referenced this issue Aug 4, 2023
lbajsarowicz added a commit to lbajsarowicz/m2-mailchimp that referenced this issue Aug 4, 2023
lbajsarowicz added a commit to lbajsarowicz/m2-mailchimp that referenced this issue Aug 4, 2023
lbajsarowicz added a commit to lbajsarowicz/m2-mailchimp that referenced this issue Aug 4, 2023
gonzaloebiz added a commit that referenced this issue Aug 9, 2023
gonzaloebiz added a commit that referenced this issue Aug 9, 2023
gonzaloebiz added a commit that referenced this issue Aug 9, 2023
gonzaloebiz added a commit that referenced this issue Aug 9, 2023
gonzaloebiz added a commit that referenced this issue Aug 9, 2023
gonzaloebiz added a commit that referenced this issue Aug 9, 2023
gonzaloebiz added a commit that referenced this issue Aug 9, 2023
gonzaloebiz added a commit that referenced this issue Aug 9, 2023
@gonzaloebiz gonzaloebiz self-assigned this Aug 10, 2023
@gonzaloebiz gonzaloebiz added this to the 10x.x.54 milestone Aug 10, 2023
gonzaloebiz added a commit that referenced this issue Aug 10, 2023
gonzaloebiz added a commit that referenced this issue Aug 10, 2023
gonzaloebiz added a commit that referenced this issue Aug 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment