Challenge 1 / 2
You build a page that lists 50 StarshipPart records and shows each part’s starship name. You write this inside a loop: $part->getStarship()->getName(). After the Doctrine upgrade, what’s the sneaky performance problem you might run into, and what’s a good fix?
Skip challenges and go to theNext Chapter