Setono / SyliusGiftCardPlugin

Sell gift cards on your Sylius store and let users use them in the checkout process
MIT License
44 stars 40 forks source link

Memory intensive repository method, `findEnabled` #238

Open loevgaard opened 1 year ago

loevgaard commented 1 year ago

We need to look into this method:

https://github.com/Setono/SyliusGiftCardPlugin/blob/v0.11.9/src/Doctrine/ORM/GiftCardRepository.php#L57-L62

because this would be very memory intensive for say 100,000 enabled gift cards

Probably related: https://github.com/Setono/SyliusGiftCardPlugin/issues/148