PHPackages                             nelmio/esi-debug-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. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. nelmio/esi-debug-bundle

AbandonedArchivedSymfony-bundle[Debugging &amp; Profiling](/categories/debugging)

nelmio/esi-debug-bundle
=======================

Shows you caching information around ESI requests for debugging purposes

1.1.0(13y ago)4481.7k5MITPHP

Since Jan 7Pushed 11y ago1 watchersCompare

[ Source](https://github.com/nelmio/NelmioEsiDebugBundle)[ Packagist](https://packagist.org/packages/nelmio/esi-debug-bundle)[ RSS](/packages/nelmio-esi-debug-bundle/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

NelmioEsiDebugBundle
====================

[](#nelmioesidebugbundle)

About
-----

[](#about)

The NelmioEsiDebugBundle shows you caching information around ESI requests for debugging purposes.

Features
--------

[](#features)

- Visual wrapping of ESI requests
- A link in the Web Debug Toolbar to hide the wrapper divs

Screenshot
----------

[](#screenshot)

[![](https://camo.githubusercontent.com/815dae81e89c67dfa1959d918727e49a40c095825ebbef9f94bd68581959aaa6/68747470733a2f2f7261772e6769746875622e636f6d2f6e656c6d696f2f4e656c6d696f457369446562756742756e646c652f6d61737465722f5265736f75726365732f646f632f696d672e706e67)](https://camo.githubusercontent.com/815dae81e89c67dfa1959d918727e49a40c095825ebbef9f94bd68581959aaa6/68747470733a2f2f7261772e6769746875622e636f6d2f6e656c6d696f2f4e656c6d696f457369446562756742756e646c652f6d61737465722f5265736f75726365732f646f632f696d672e706e67)

Configuration
-------------

[](#configuration)

If you want to disable the wrapper divs without disabling the bundle, you can do it via the configuration:

```
nelmio_esi_debug:
    enabled: false

```

Installation (Symfony 2.1+)
---------------------------

[](#installation-symfony-21)

Require the `nelmio/esi-debug-bundle` package in your composer.json and update your dependencies.

```
$ composer require nelmio/esi-debug-bundle

```

Add the NelmioEsiDebugBundle to your application's kernel:

```
public function registerBundles()
{
    $bundles = array(
        ...
        new Nelmio\EsiDebugBundle\NelmioEsiDebugBundle(),
        ...
    );
    ...
}

```

License
-------

[](#license)

Released under the MIT License, see LICENSE.

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity35

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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 ~141 days

Total

2

Last Release

4781d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/183678?v=4)[Jordi Boggiano](/maintainers/Seldaek)[@Seldaek](https://github.com/Seldaek)

---

Top Contributors

[![Seldaek](https://avatars.githubusercontent.com/u/183678?v=4)](https://github.com/Seldaek "Seldaek (12 commits)")

---

Tags

debuggingesi

### Embed Badge

![Health badge](/badges/nelmio-esi-debug-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/nelmio-esi-debug-bundle/health.svg)](https://phpackages.com/packages/nelmio-esi-debug-bundle)
```

###  Alternatives

[symfony/web-profiler-bundle

Provides a development tool that gives detailed information about the execution of any request

2.3k160.5M1.2k](/packages/symfony-web-profiler-bundle)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M380](/packages/easycorp-easyadmin-bundle)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1175.2k](/packages/rcsofttech-audit-trail-bundle)[jolicode/gif-exception-bundle

The GhostBuster of your exception page

20698.5k](/packages/jolicode-gif-exception-bundle)[ahmed-bhs/doctrine-doctor

Runtime analysis tool for Doctrine ORM integrated into Symfony Web Profiler. Unlike static linters, it analyzes actual query execution at runtime to detect performance bottlenecks, security vulnerabilities, and best practice violations during development with real execution context and data.

939.0k](/packages/ahmed-bhs-doctrine-doctor)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1716.4k12](/packages/2lenet-crudit-bundle)

PHPackages © 2026

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