Query Metrics
5
Database Queries
5
Different statements
47.89 ms
Query time
0
Invalid entities
12
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 31.56 ms |
SELECT a0_.id AS id_0, a0_.nombre AS nombre_1, a0_.permite_adjuntos AS permite_adjuntos_2 FROM asunto_contactenos a0_ WHERE a0_.estado = true ORDER BY a0_.nombre ASC
Parameters:
[] |
| 2 | 7.26 ms |
SELECT s0_.titulo AS titulo_0 FROM seccion_seo s0_ INNER JOIN tipo_seccion_seo t1_ ON s0_.tipo_seccion_seo_id = t1_.id WHERE s0_.estado = ? AND s0_.mostrar = ? AND t1_.id_tipo = ? LIMIT 1
Parameters:
[ "A" 1 "C" ] |
| 3 | 4.40 ms |
SELECT m0_.id AS id_0, m0_.texto1 AS texto1_1, m0_.texto2 AS texto2_2, m0_.texto3 AS texto3_3, m0_.orden AS orden_4, m0_.estado AS estado_5, m0_.url_icon AS url_icon_6, m0_.fecha_creacion AS fecha_creacion_7, m0_.fecha_actualizacion AS fecha_actualizacion_8, m0_.coordenadas AS coordenadas_9 FROM matriz m0_ WHERE m0_.estado = 'A' ORDER BY m0_.orden ASC
Parameters:
[] |
| 4 | 2.65 ms |
SELECT s0_.id AS id_0, s0_.titulo AS titulo_1, s0_.descripcion AS descripcion_2, s0_.keywords AS keywords_3, s0_.estado AS estado_4, s0_.mostrar AS mostrar_5, s0_.fechaCreacion AS fechacreacion_6, s0_.fechaActualizacion AS fechaactualizacion_7, s0_.header_principal AS header_principal_8, s0_.header_secundario AS header_secundario_9, s0_.tipo_seccion_seo_id AS tipo_seccion_seo_id_10 FROM seccion_seo s0_ INNER JOIN tipo_seccion_seo t1_ ON s0_.tipo_seccion_seo_id = t1_.id WHERE s0_.estado = ? AND s0_.mostrar = ? AND t1_.id_tipo = ? LIMIT 1
Parameters:
[ "A" 1 "C" ] |
| 5 | 2.03 ms |
SELECT t0.id AS id_1, t0.urlImagen AS urlimagen_2, t0.seccion_seo_id AS seccion_seo_id_3 FROM img_seccion_seo t0 WHERE t0.seccion_seo_id = ?
Parameters:
[
4
]
|
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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\Matriz | 9 |
| App\Entity\SeccionSeo | 1 |
| App\Entity\TipoSeccionSeo | 1 |
| App\Entity\ImgSeccionSeo | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\AsuntoContactenos | No errors. |
| App\Entity\SeccionSeo | No errors. |
| App\Entity\TipoSeccionSeo | No errors. |
| App\Entity\Matriz | No errors. |
| App\Entity\ImgSeccionSeo | No errors. |