PHP 8.2 - Difficulty with Lazy Loading and Eager Loading in Doctrine ORM
👀 Views: 0
💬 Answers: 1
📅 Created: 2025-08-22
php doctrine symfony
I'm using PHP 8.2 with Doctrine ORM in my Symfony 6 application, and I'm facing issues with performance related to lazy loading versus eager loading. I have a o...