SkillAgentSearch skills...

DoctrineProfileExtraBundle

Bundle to get information about doctrine hydration performance

Install / Use

/learn @debesha/DoctrineProfileExtraBundle
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

DoctrineProfileExtraBundle

Latest Stable Version PHP Version Symfony Doctrine ORM License Downloads PHPStan Code Style

Bundle to get information about doctrine hydration performance

Purpose

Adds a section to web profile which lists all doctrine hydrations performed during generation of response.

Installation

composer require "debesha/doctrine-hydration-profiler-bundle"

Then run php composer.phar update

Next step is to register the bundle in AppKernel (app/AppKernel.php)

if (in_array($this->getEnvironment(), array('dev', 'test'))) {
    [...]
    $bundles[] = new Debesha\DoctrineProfileExtraBundle\DebeshaDoctrineProfileExtraBundle();
}

Attention! The bundle MUST be included AFTER DoctrineBundle.

That's it.

Screenshots

Your profile gets a new section where you may get an information about how fast was hydrations made and how many entities was hydrated.

Screenshot

Screenshot

Related Skills

View on GitHub
GitHub Stars130
CategoryDevelopment
Updated2mo ago
Forks15

Languages

PHP

Security Score

95/100

Audited on Jan 19, 2026

No findings