Query Metrics
3
Database Queries
3
Different statements
3.13 ms
Query time
1
Invalid entities
14
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
1.26 ms (40.22%) |
1 |
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.imagen AS imagen_3, t0.descripcion AS descripcion_4, t0.activo AS activo_5 FROM grupo_productos t0 WHERE t0.id = ?
Parameters:
[
"9"
]
|
|
1.06 ms (33.86%) |
1 |
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.imagen AS imagen_3, t0.descripcion AS descripcion_4, t0.activo AS activo_5 FROM grupo_productos t0 WHERE t0.activo = ?
Parameters:
[
1
]
|
|
0.81 ms (25.91%) |
1 |
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.imagen AS imagen_3, t0.tipo_pedido AS tipo_pedido_4, t0.plantilla AS plantilla_5, t0.activo AS activo_6, t0.grupo_producto_id AS grupo_producto_id_7 FROM sub_grupo_producto t0 WHERE t0.activo = ? AND t0.grupo_producto_id = ?
Parameters:
[ 1 9 ] |
Database Connections
| Name | Service |
|---|---|
| default | doctrine.dbal.default_connection |
Entity Managers
| Name | Service |
|---|---|
| default | doctrine.orm.default_entity_manager |
Second Level Cache
Second Level Cache is not enabled.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\GrupoProductos | 12 |
| App\Entity\SubGrupoProducto | 2 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\GrupoProductos | No errors. |
| App\Entity\SubGrupoProducto | No errors. |
| App\Entity\Producto |
|