Git Product home page Git Product logo

pixersdoctrineprofilerbundle's Introduction

PIXERS Doctrine Profiler Bundle

Build Status Latest Stable Version Total Downloads License SensioLabsInsight

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 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

Toolbar:

Toolbar

Call graph:

Call graph

Queries:

Table

Stacktrace:

Stacktrace

About

DoctrineProfilerBundle is an initiative of PIXERS:

License

Copyright 2017 PIXERS Ltd - www.pixersize.com

Licensed under the BSD 3-Clause

pixersdoctrineprofilerbundle's People

Contributors

ahilles107 avatar ojrzenski avatar orfin avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.