Download the PHP package pixers/doctrine-profiler-bundle without Composer
On this page you can find all versions of the php package pixers/doctrine-profiler-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download pixers/doctrine-profiler-bundle
More information about pixers/doctrine-profiler-bundle
Files in pixers/doctrine-profiler-bundle
Package doctrine-profiler-bundle
Short Description PIXERS Doctrine profiler bundle
License BSD-3-Clause
Informations about the package doctrine-profiler-bundle
PIXERS Doctrine Profiler Bundle
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.
-
Install this bundle using Composer:
- Enable bundle in AppKernel (only in dev and test environments):
Screens
Toolbar:
Call graph:
Queries:
Stacktrace:
About
DoctrineProfilerBundle is an initiative of PIXERS:
- Bartłomiej Ojrzeński [email protected]
- Antoni Orfin [email protected]
License
Copyright 2017 PIXERS Ltd - www.pixersize.com
Licensed under the BSD 3-Clause
All versions of doctrine-profiler-bundle with dependencies
doctrine/orm Version ~2.5
doctrine/doctrine-bundle Version ~1.6
symfony/framework-bundle Version ~2.8 || ~3.4 || ~4.1
symfony/stopwatch Version ~2.8 || ~3.4 || ~4.1
symfony/twig-bundle Version ~2.8 || ~3.4 || ~4.1
twig/twig Version ^1.38 || ^2.0