-
Notifications
You must be signed in to change notification settings - Fork 33
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 issue on checkout page. #516
Comments
Patch to solve the problem (if you want to keep repository)
|
Hello @kpitn , Thanks a lot for the feedback, very efficient as always! ;) We will keep you posted of our progress regarding this improvement. Regards, |
I flagged the same in #503 but sadly, this was missed. I'm undecided if I should continue to raise issues with this project. Off the top of my head, there are
They've released versions that have broken filters (so crashed the checkout loading 2 million transactions to try and figure out the last payment method used), have put PHP 8.0 specific code in versions meant for 7.x, had invalid JS that broke checkouts. Every time, it's an ordeal that ends up becoming a game of message passing between the internal support team and their Magento agency. I have 18 separate plugins, 8 class rewrites fixing or altering things on your extension. It's my preferred solution these days. It saves my time jumping through hoops to help a company that's valued at $40 billion. |
Hi,
I'm using the last version module (4.1.1)
Instead of using order collection, repository is use with searchcriteria.
File : /vendor/checkoutcom/magento2/Model/Service/OrderHandlerService.php
Magento getlist load all customer orders before limiting the query with last item.
The text was updated successfully, but these errors were encountered: