2017 © Pedro Peláez
 

symfony-bundle doctrine-query-statistics-bundle

Adds a Profiler tab to gather statistics about Doctrine queries made during a request

image

sensiolabs/doctrine-query-statistics-bundle

Adds a Profiler tab to gather statistics about Doctrine queries made during a request

  • Wednesday, June 5, 2013
  • by denderello
  • Repository
  • 12 Watchers
  • 59 Stars
  • 41,061 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 8 Forks
  • 3 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

SensioLabsDoctrineQueryStatisticsBundle

About

This bundle adds a tab to your Profiler which gathers statistical information about the Doctrine queries that have been executed during a request., (*1)

Right now the bundle generates statistical information about:, (*2)

  • Duplicate queries
  • Similar queries (same queries with different parameters)

Installation

Add a requirement in your composer.json for the sensiolabs/doctrine-query-statistics-bundle package:, (*3)

        "sensiolabs/doctrine-query-statistics-bundle": "*"

Add the SensioLabsDoctrineQueryStatisticsBundle to your application's kernel:, (*4)

public function registerBundles()
{
    $bundles = array(
        ...
        new SensioLabs\DoctrineQueryStatisticsBundle\SensioLabsDoctrineQueryStatisticsBundle(),
        ...
    );
    ...
}

License

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

The Versions

05/06 2013

dev-master

9999999-dev

Adds a Profiler tab to gather statistics about Doctrine queries made during a request

  Sources   Download

MIT

The Requires

 

by Dennis Benkert

doctrine profiler