2017 © Pedro PelĂĄez
 

symfony-bundle doctrine-profiler-bundle

PIXERS Doctrine profiler bundle

image

pixers/doctrine-profiler-bundle

PIXERS Doctrine profiler bundle

  • Sunday, February 25, 2018
  • by orfin
  • Repository
  • 11 Watchers
  • 43 Stars
  • 26,921 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 6 Forks
  • 1 Open issues
  • 7 Versions
  • 20 % Grown

The README.md

PIXERS Doctrine Profiler Bundle

Build Status Latest Stable Version Total Downloads License SensioLabsInsight, (*1)

PixersDoctrineProfilerBundle enables new panel in Symfony debug toolbar that allows you to profile performance of your database queries., (*2)

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., (*3)

Features:, (*4)

  • Detailed query profile, (*5)

    • Memory usage
    • Cache info
    • Duplicated queries detection
  • Hydration profiling, (*6)

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

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

Installation

Installation is a two step process., (*8)

  1. Install this bundle using Composer:, (*9)

    $ composer require pixers/doctrine-profiler-bundle
    
  2. Enable bundle in AppKernel (_only in dev and test environments_):, (*10)

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

Screens

Toolbar:

Toolbar

Call graph:

Call graph

Queries:

Table

Stacktrace:

Stacktrace, (*11)

About

DoctrineProfilerBundle is an initiative of PIXERS:, (*12)

License

Copyright 2017 PIXERS Ltd - www.pixersize.com, (*13)

Licensed under the BSD 3-Clause, (*14)

The Versions

25/02 2018

dev-master

9999999-dev

PIXERS Doctrine profiler bundle

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by BartƂomiej OjrzeƄski

21/12 2017

v1.0.5

1.0.5.0

PIXERS Doctrine profiler bundle

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by BartƂomiej OjrzeƄski

08/12 2017

v1.0.4

1.0.4.0

PIXERS Doctrine profiler bundle

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by BartƂomiej OjrzeƄski

15/02 2017

v1.0.3

1.0.3.0

PIXERS Doctrine profiler bundle

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by BartƂomiej OjrzeƄski

08/02 2017

v1.0.2

1.0.2.0

PIXERS Doctrine profiler bundle

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by BartƂomiej OjrzeƄski

05/02 2017

v1.0.1

1.0.1.0

PIXERS Doctrine profiler bundle

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by BartƂomiej OjrzeƄski

26/01 2017

v1.0.0

1.0.0.0

PIXERS Doctrine profiler bundle

  Sources   Download

BSD-3-Clause

The Requires

 

by BartƂomiej OjrzeƄski