debesha/doctrine-hydration-profiler-bundle
HYDRATE_ARRAY to HYDRATE_OBJECT).For Executives: "This bundle adds a 10-minute setup to expose Doctrine hydration bottlenecks—critical for scaling our API. For example, [Competitor X] reduced query time by 30% after identifying N+1 hydration issues. We can replicate this with minimal dev effort."
For Engineering:
"Symfony Profiler already tracks queries; this extends it to hydration metrics (time, entity count, hydration mode). No new tools—just a toggle in _profiler to debug slow endpoints. Works with existing Doctrine setup (ORM 2.19+/3.0)."
For DevOps/SRE:
"Adds hydration stats to the Profiler toolbar, surfacing hidden performance drags in staging/prod. Example: If User::findAll() hydrates 10K entities in 2s, we’ll know to optimize before scaling."
How can I help you explore Laravel packages today?