-
Notifications
You must be signed in to change notification settings - Fork 110
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
Milestone
Comments
lbajsarowicz
changed the title
Performance: Excessive SQL usage in Products Grid
Performance: Excessive SQL usage in Sales and Products Grid
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
#1759 Prefetch Products to reduce n+1 issue
gonzaloebiz
added a commit
that referenced
this issue
Aug 9, 2023
#1759 Prefetch Orders to reduce n+1 issue
This was
linked to
pull requests
Aug 10, 2023
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue Description
Preconditions
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):
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.
The text was updated successfully, but these errors were encountered: