Query Metrics
5
Database Queries
5
Different statements
36.09 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 31.44 ms |
SELECT t0.id AS id_1, t0.articulo AS articulo_2, t0.titulo_es AS titulo_es_3, t0.titulo_en AS titulo_en_4, t0.paginas_es AS paginas_es_5, t0.paginas_en AS paginas_en_6, t0.nombre_archivo AS nombre_archivo_7, t0.ruta_archivo AS ruta_archivo_8, t0.imagen AS imagen_9, t0.doi AS doi_10, t0.audio AS audio_11, t0.es_suplemento AS es_suplemento_12, t0.seccion_rel_id AS seccion_rel_id_13, t0.volumen_rel_id AS volumen_rel_id_14 FROM articulo t0 WHERE t0.id = ?
Parameters:
[
"11519"
]
|
2 | 1.04 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.uid AS uid_3 FROM seccion t0 WHERE t0.id = ?
Parameters:
[
1
]
|
3 | 1.00 ms |
SELECT t0.id AS id_1, t0.image AS image_2, t0.description AS description_3, t0.numero AS numero_4, t0.volumen AS volumen_5, t0.is_active AS is_active_6, t0.publication_year AS publication_year_7, t0.name AS name_8, t0.es_suplemento AS es_suplemento_9 FROM volumen t0 WHERE t0.id = ?
Parameters:
[
219
]
|
4 | 1.23 ms |
SELECT t0.id AS id_1, t0.nombre AS nombre_2 FROM autor t0 INNER JOIN articulo_autor ON t0.id = articulo_autor.autor_id WHERE articulo_autor.articulo_id = ?
Parameters:
[
11519
]
|
5 | 1.38 ms |
SELECT t0.id AS id_1, t0.palabra AS palabra_2, t0.idioma AS idioma_3 FROM palabra_clave t0 INNER JOIN articulo_palabra_clave ON t0.id = articulo_palabra_clave.palabra_clave_id WHERE articulo_palabra_clave.articulo_id = ?
Parameters:
[
11519
]
|
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\Articulo | No errors. |
App\Entity\Seccion | No errors. |
App\Entity\Volumen | No errors. |
App\Entity\Autor | No errors. |
App\Entity\PalabraClave | No errors. |
App\Entity\Suplemento | No errors. |