Query Metrics
6
Database Queries
6
Different statements
9.13 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 7.10 ms |
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.descripcion AS descripcion_3, t0.precio AS precio_4, t0.activo AS activo_5, t0.destacado AS destacado_6, t0.informacion_adicional AS informacion_adicional_7, t0.flag_publico AS flag_publico_8, t0.precio_usd AS precio_usd_9 FROM curso t0 WHERE t0.id = ?
Parameters:
[
"28"
]
|
| 2 | 0.46 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 | 0.47 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 curso_categoria ON t0.id = curso_categoria.categoria_id WHERE curso_categoria.curso_id = ?
Parameters:
[
28
]
|
| 4 | 0.44 ms |
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:
[
28
]
|
| 5 | 0.29 ms |
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.url AS url_3, t0.publicacion_id AS publicacion_id_4, t0.curso_id AS curso_id_5 FROM archivo t0 WHERE t0.curso_id = ?
Parameters:
[
28
]
|
| 6 | 0.37 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.curso_id = ?
Parameters:
[
28
]
|
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\Archivo | No errors. |
| App\Entity\Imagen | No errors. |
| App\Entity\Categoria | No errors. |
| App\Entity\Parametro | No errors. |
| App\Entity\User | No errors. |
| App\Entity\Venta | No errors. |
| App\Entity\Estadoventa | No errors. |
| App\Entity\TipoVenta | No errors. |
| App\Entity\Clase | No errors. |
| App\Entity\Producto | No errors. |
| App\Entity\Video | No errors. |
| App\Entity\Publicacion | No errors. |
| App\Entity\Album | No errors. |