Query Metrics
22
Database Queries
7
Different statements
7.18 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
1.84 ms (25.67%) |
6 |
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 curso_categoria ON t0.id = curso_categoria.categoria_id WHERE curso_categoria.curso_id = ?
Parameters:
[
32
]
|
|
1.70 ms (23.73%) |
6 |
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.curso_id = ?
Parameters:
[
32
]
|
|
1.38 ms (19.15%) |
6 |
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.descripcion AS descripcion_3, t0.fecha AS fecha_4, t0.curso_id AS curso_id_5, t0.video_id AS video_id_6 FROM clase t0 WHERE t0.curso_id = ?
Parameters:
[
32
]
|
|
0.73 ms (10.12%) |
1 |
SELECT c0_.id AS id_0, c0_.nombre AS nombre_1, c0_.descripcion AS descripcion_2, c0_.precio AS precio_3, c0_.activo AS activo_4, c0_.destacado AS destacado_5, c0_.informacion_adicional AS informacion_adicional_6, c0_.flag_publico AS flag_publico_7, c0_.precio_usd AS precio_usd_8 FROM curso c0_ WHERE c0_.flag_publico = 1 ORDER BY c0_.id DESC
Parameters:
[] |
|
0.71 ms (9.88%) |
1 |
SELECT a0_.id AS id_0, a0_.nombre AS nombre_1, a0_.descripcion AS descripcion_2, a0_.activo AS activo_3, a0_.portada_id AS portada_id_4 FROM album a0_ WHERE a0_.activo = 1 ORDER BY a0_.id DESC
Parameters:
[] |
|
0.52 ms (7.21%) |
1 |
SELECT c0_.id AS id_0, c0_.nombre AS nombre_1, c0_.descripcion AS descripcion_2, c0_.flagproducto AS flagproducto_3, c0_.activo AS activo_4, c0_.imagen_id AS imagen_id_5 FROM categoria c0_ WHERE c0_.flagproducto = 0 AND c0_.activo = 1 ORDER BY c0_.nombre ASC
Parameters:
[] |
|
0.30 ms (4.23%) |
1 |
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:
[
118
]
|
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\Curso | No errors. |
| App\Entity\Categoria | No errors. |
| App\Entity\Album | No errors. |
| App\Entity\Clase | No errors. |
| App\Entity\Imagen | No errors. |
| App\Entity\User | No errors. |
| App\Entity\Archivo | No errors. |
| App\Entity\Producto | No errors. |
| App\Entity\Publicacion | No errors. |
| App\Entity\Video | No errors. |