Query Metrics
3
Database Queries
3
Different statements
15.11 ms
Query time
1
Invalid entities
13
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 5.85 ms |
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
]
|
| 2 | 3.45 ms |
SELECT t0.id AS id_1, t0.localizador AS localizador_2, t0.precio_total AS precio_total_3, t0.importe_base AS importe_base_4, t0.importe_impuestos AS importe_impuestos_5, t0.estado AS estado_6, t0.fecha_pedido_int AS fecha_pedido_int_7, t0.num_pedido_int AS num_pedido_int_8, t0.estado_int AS estado_int_9, t0.debug AS debug_10, t0.cliente_id AS cliente_id_11 FROM carro_compra t0 WHERE t0.id = ?
Parameters:
[
2499
]
|
| 3 | 5.81 ms |
SELECT t0.id AS id_1, t0.cantidad AS cantidad_2, t0.precio_unitario AS precio_unitario_3, t0.observacion AS observacion_4, t0.localizador AS localizador_5, t0.suplemento_diseno AS suplemento_diseno_6, t0.producto_id AS producto_id_7, t0.carro_compra_id AS carro_compra_id_8 FROM item_carro_compra t0 WHERE t0.carro_compra_id = ?
Parameters:
[
2499
]
|
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\CarroCompra | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\GrupoProductos | No errors. |
| App\Entity\SubGrupoProducto | No errors. |
| App\Entity\AbstractCarroCompra | No errors. |
| App\Entity\CarroCompra | No errors. |
| App\Entity\Cliente | No errors. |
| App\Entity\AbstractItemCarroCompra | No errors. |
| App\Entity\ItemCarroCompra | No errors. |
| App\Entity\Producto |
|