Query Metrics
5
Database Queries
5
Different statements
8.92 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.47 ms |
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.descripcion AS descripcion_3, t0.precio AS precio_4, t0.descripcion_completa AS descripcion_completa_5, t0.destacado AS destacado_6, t0.activo AS activo_7, t0.codigo AS codigo_8, t0.stock AS stock_9, t0.precio_usd AS precio_usd_10, t0.portada_id AS portada_id_11 FROM producto t0 WHERE t0.id = ?
Parameters:
[
"6"
]
|
| 2 | 0.36 ms |
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.activo AS activo_3 FROM parametro t0 WHERE t0.id = ?
Parameters:
[
1
]
|
| 3 | 6.53 ms |
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.url AS url_3, t0.producto_id AS producto_id_4, t0.publicacion_id AS publicacion_id_5, t0.curso_id AS curso_id_6, t0.album_id AS album_id_7 FROM imagen t0 WHERE t0.id = ?
Parameters:
[
166
]
|
| 4 | 1.15 ms |
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.url AS url_3, t0.producto_id AS producto_id_4, t0.publicacion_id AS publicacion_id_5, t0.curso_id AS curso_id_6, t0.album_id AS album_id_7 FROM imagen t0 WHERE t0.producto_id = ?
Parameters:
[
6
]
|
| 5 | 0.41 ms |
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.descripcion AS descripcion_3, t0.flagproducto AS flagproducto_4, t0.activo AS activo_5, t0.imagen_id AS imagen_id_6 FROM categoria t0 INNER JOIN producto_categoria ON t0.id = producto_categoria.categoria_id WHERE producto_categoria.producto_id = ?
Parameters:
[
6
]
|
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.
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Producto | No errors. |
| App\Entity\Categoria | No errors. |
| App\Entity\Parametro | No errors. |
| App\Entity\Imagen | No errors. |
| App\Entity\ProductosCarrito | No errors. |
| App\Entity\Publicacion | No errors. |
| App\Entity\Curso | No errors. |
| App\Entity\Album | No errors. |