Query Metrics
3
Database Queries
3
Different statements
1.43 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
0.60 ms (42.16%) |
1 |
SELECT t0.id AS id_1, t0.titulo AS titulo_2, t0.modelo AS modelo_3, t0.slug AS slug_4, t0.imagen AS imagen_5, t0.galeria AS galeria_6, t0.bullets AS bullets_7, t0.orden AS orden_8, t0.active AS active_9, t0.categoria_id AS categoria_id_10 FROM productos t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"rodillera-EVA-ergonómicas-multiusos-de-seguridad-trabajo"
]
|
|
0.46 ms (32.09%) |
1 |
SELECT t0.id AS id_1, t0.titulo AS titulo_2, t0.modelo AS modelo_3, t0.slug AS slug_4, t0.imagen AS imagen_5, t0.galeria AS galeria_6, t0.bullets AS bullets_7, t0.orden AS orden_8, t0.active AS active_9, t0.categoria_id AS categoria_id_10 FROM productos t0 WHERE t0.categoria_id = ? ORDER BY t0.orden ASC, t0.id ASC
Parameters:
[
3
]
|
|
0.37 ms (25.74%) |
1 |
SELECT t0.id AS id_1, t0.titulo AS titulo_2, t0.slug AS slug_3, t0.imagen AS imagen_4, t0.descripcion AS descripcion_5, t0.orden AS orden_6, t0.is_visible AS is_visible_7 FROM categorias t0 WHERE t0.id = ?
Parameters:
[
3
]
|
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. |