PHPackages                             pixers/doctrine-profiler-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. pixers/doctrine-profiler-bundle

ActiveSymfony-bundle

pixers/doctrine-profiler-bundle
===============================

PIXERS Doctrine profiler bundle

v1.0.8(6y ago)49157.6k↓100%10[2 issues](https://github.com/pixers/PixersDoctrineProfilerBundle/issues)[1 PRs](https://github.com/pixers/PixersDoctrineProfilerBundle/pulls)BSD-3-ClausePHPPHP &gt;=7.1CI failing

Since Jan 26Pushed 6y ago8 watchersCompare

[ Source](https://github.com/pixers/PixersDoctrineProfilerBundle)[ Packagist](https://packagist.org/packages/pixers/doctrine-profiler-bundle)[ RSS](/packages/pixers-doctrine-profiler-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (7)Versions (10)Used By (0)

PIXERS Doctrine Profiler Bundle
===============================

[](#pixers-doctrine-profiler-bundle)

[![Build Status](https://camo.githubusercontent.com/5ae94b686418e1f7c38af4c5e574cce747d5c8e62330932bbadd4a466e254327/68747470733a2f2f7472617669732d63692e6f72672f7069786572732f506978657273446f637472696e6550726f66696c657242756e646c652e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/pixers/PixersDoctrineProfilerBundle)[![Latest Stable Version](https://camo.githubusercontent.com/5ec977d7f71fed98fec3467fe5407b2aa4861d03035e11e5fa83ef283a4ff38d/68747470733a2f2f706f7365722e707567782e6f72672f7069786572732f646f637472696e652d70726f66696c65722d62756e646c652f762f737461626c65)](https://packagist.org/packages/pixers/doctrine-profiler-bundle)[![Total Downloads](https://camo.githubusercontent.com/f5fa6b9f7734570d78f5da60b402ebcb788a7e93b5c383d09efebdb7bd823982/68747470733a2f2f706f7365722e707567782e6f72672f7069786572732f646f637472696e652d70726f66696c65722d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/pixers/doctrine-profiler-bundle)[![License](https://camo.githubusercontent.com/fabc42c07f09268a832b9b5b37b2d91c7d992d4d4207b814e174a2c290278e62/68747470733a2f2f706f7365722e707567782e6f72672f7069786572732f646f637472696e652d70726f66696c65722d62756e646c652f6c6963656e7365)](https://packagist.org/packages/pixers/doctrine-profiler-bundle)[![SensioLabsInsight](https://camo.githubusercontent.com/168a743dfc2d67c5cbd02fa955cc5273ecceb1c0142636250e720017ca0f552a/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f33643832646132382d656438392d343361662d613765662d3762653734373034363065332f6d696e692e706e67)](https://insight.sensiolabs.com/projects/3d82da28-ed89-43af-a7ef-7be7470460e3)

PixersDoctrineProfilerBundle enables new panel in Symfony debug toolbar that allows you to profile performance of your database queries.

It provides extensive information about Doctrine queries execution time and memory. It also allows you to spot inefficient places of your application by showing *hot spots* in a call graph.

**Features:**

- **Detailed query profile**

    - Memory usage
    - Cache info
    - Duplicated queries detection
- **Hydration profiling**

    - Type and time of hydration
    - Visualization in performance panel (execution timeline)
- **Query origin**

    - Call graph with metrics aggregated across code
    - Stacktrace of the queries

Installation
------------

[](#installation)

Installation is a two step process.

1. Install this bundle using Composer:

    ```
    $ composer require pixers/doctrine-profiler-bundle
    ```
2. Enable bundle in AppKernel (*only in dev and test environments*):

    ```
    // in AppKernel::registerBundles()

    if (in_array($this->getEnvironment(), array('dev', 'test'))) {
        // ...
        $bundles[] = new Pixers\DoctrineProfilerBundle\PixersDoctrineProfilerBundle();
    }
    ```

Screens
-------

[](#screens)

### Toolbar:

[](#toolbar)

[![Toolbar](Resources/doc/toolbar.png)](Resources/doc/toolbar.png)
------------------------------------------------------------------

[](#)

### Call graph:

[](#call-graph)

[![Call graph](Resources/doc/callgraph.png)](Resources/doc/callgraph.png)
-------------------------------------------------------------------------

[](#-1)

### Queries:

[](#queries)

[![Table](Resources/doc/table.png)](Resources/doc/table.png)
------------------------------------------------------------

[](#-2)

### Stacktrace:

[](#stacktrace)

[![Stacktrace](Resources/doc/trace.png)](Resources/doc/trace.png)

About
-----

[](#about)

DoctrineProfilerBundle is an initiative of [PIXERS](http://pixersize.com):

- Bartłomiej Ojrzeński
- Antoni Orfin

License
-------

[](#license)

Copyright 2017 PIXERS Ltd - [www.pixersize.com](http://www.pixersize.com)

Licensed under the [BSD 3-Clause](LICENSE)

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity44

Moderate usage in the ecosystem

Community22

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~120 days

Recently: every ~161 days

Total

9

Last Release

2429d ago

PHP version history (2 changes)v1.0.0PHP &gt;=5.4

v1.0.7PHP &gt;=7.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/9fb9911f00cf55169c1adc4489afcd758a405174dc796163becac4a6860d69df?d=identicon)[orfin](/maintainers/orfin)

![](https://www.gravatar.com/avatar/1abd2757d382c3ed1a41961e5860c01cf9d42e3cf5c1d8e031502abf94c6b462?d=identicon)[michallkanak](/maintainers/michallkanak)

![](https://www.gravatar.com/avatar/c85f3c1c3027b90a35355ac584a7f3482e1c2cbb7ad44a2749b1759e11366c56?d=identicon)[ojrzenski](/maintainers/ojrzenski)

---

Top Contributors

[![ojrzenski](https://avatars.githubusercontent.com/u/8561785?v=4)](https://github.com/ojrzenski "ojrzenski (7 commits)")[![PabloKowalczyk](https://avatars.githubusercontent.com/u/11366345?v=4)](https://github.com/PabloKowalczyk "PabloKowalczyk (5 commits)")[![ahilles107](https://avatars.githubusercontent.com/u/298610?v=4)](https://github.com/ahilles107 "ahilles107 (1 commits)")[![jon-ht](https://avatars.githubusercontent.com/u/17051512?v=4)](https://github.com/jon-ht "jon-ht (1 commits)")[![mateuszsip](https://avatars.githubusercontent.com/u/1377075?v=4)](https://github.com/mateuszsip "mateuszsip (1 commits)")[![orfin](https://avatars.githubusercontent.com/u/1853401?v=4)](https://github.com/orfin "orfin (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/pixers-doctrine-profiler-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/pixers-doctrine-profiler-bundle/health.svg)](https://phpackages.com/packages/pixers-doctrine-profiler-bundle)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M650](/packages/sylius-sylius)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k16.7M309](/packages/easycorp-easyadmin-bundle)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[contao/core-bundle

Contao Open Source CMS

1231.6M2.3k](/packages/contao-core-bundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
