2017 © Pedro Peláez
 

symfony-bundle esi-debug-bundle

Shows you caching information around ESI requests for debugging purposes

image

nelmio/esi-debug-bundle

Shows you caching information around ESI requests for debugging purposes

  • Tuesday, October 21, 2014
  • by Seldaek
  • Repository
  • 6 Watchers
  • 45 Stars
  • 53,494 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 5 Forks
  • 0 Open issues
  • 3 Versions
  • 11 % Grown

The README.md

NelmioEsiDebugBundle

About

The NelmioEsiDebugBundle shows you caching information around ESI requests for debugging purposes., (*1)

Features

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

Screenshot

, (*2)

Configuration

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

nelmio_esi_debug:
    enabled: false

Installation (Symfony 2.1+)

Require the nelmio/esi-debug-bundle package in your composer.json and update your dependencies., (*4)

$ composer require nelmio/esi-debug-bundle

Add the NelmioEsiDebugBundle to your application's kernel:, (*5)

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

License

Released under the MIT License, see LICENSE., (*6)

The Versions

21/10 2014

dev-master

9999999-dev

Shows you caching information around ESI requests for debugging purposes

  Sources   Download

MIT

The Requires

 

debugging esi

29/05 2013

1.1.0

1.1.0.0

Shows you caching information around ESI requests for debugging purposes

  Sources   Download

MIT

The Requires

 

debugging esi

07/01 2013

1.0.0

1.0.0.0

Shows you caching information around ESI requests for debugging purposes

  Sources   Download

MIT

The Requires

 

debugging esi