PAYONE-GmbH / magento-1

PAYONE Payment Extension for Magento 1
22 stars 41 forks source link

Fix transaction status collection not filtered very efficiently #502

Open ma4nn opened 3 months ago

ma4nn commented 3 months ago

This PR fixes a huge performance drawback introduced by the change in 5231b7ff in the transaction status controller.

The issue is caused by the fact that the collection is not filtered on database level resulting in all status entries being loaded.