-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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 ToolKit missing Invoices #21491
Comments
Hi @Stoyvo. Thank you for your report.
Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:
For more details, please, review the Magento Contributor Assistant documentation. @Stoyvo do you confirm that you was able to reproduce the issue on vanilla Magento instance following steps to reproduce?
|
Hi @engcom-backlog-nazar. Thank you for working on this issue.
|
Hi @Stoyvo thank you for you report, It will be processed faster if you move this to https://github.com/magento/community-features |
@engcom-backlog-nazar Not sure I understand. Am I to make a ticket there, linked to my pull request on this repo? |
@Stoyvo Yes you need to open issue there and create PR linked issue to this repo. like this -> magento/community-features#141 |
Thanks @engcom-backlog-nazar |
Preconditions (*)
Steps to reproduce (*)
bin/magento setup:performance:generate-fixtures -s setup/performance-toolkit/profiles/ce/medium.xml
Expected result (*)
Actual result (*)
WHY THIS MATTERS
For large sites with many orders and invoices, the Admin Dashboard is horribly slow. This is caused by the query that calculates the lifetime sales total
Magento may have caught this if invoices were populated using the performance toolkit.
Though a slow admin dashboard is not the reported issue of this ticket, it is important that Magento populates as much order data as possible for realistic performance metrics.
The text was updated successfully, but these errors were encountered: