Query Metrics
4
Database Queries
4
Different statements
1.28 ms
Query time
0
Invalid entities
2
Managed entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
0.42 ms (32.56%) |
1 |
SELECT t0.id AS id_1, t0.estado AS estado_2, t0.nombre AS nombre_3, t0.url_escudo AS url_escudo_4, t0.slug_fcf AS slug_fcf_5, t0.localizacion AS localizacion_6, t0.url_fcf AS url_fcf_7, t0.raw_equipos AS raw_equipos_8, t0.time_updated AS time_updated_9 FROM club t0 WHERE t0.slug_fcf = ? LIMIT 1
Parameters:
[
"sant-ignasi-ce"
]
|
||||||||||||||||||||||
|
0.40 ms (31.07%) |
1 |
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.categoria AS categoria_3, t0.url_fcf AS url_fcf_4, t0.url_escudo AS url_escudo_5, t0.slug_fcf AS slug_fcf_6, t0.url_equipo AS url_equipo_7, t0.url_calendario AS url_calendario_8, t0.time_updated AS time_updated_9, t0.raw_detalles AS raw_detalles_10, t0.club_id AS club_id_11 FROM equipo t0 WHERE t0.id = ?
Parameters:
[
"11"
]
|
||||||||||||||||||||||
|
0.25 ms (19.32%) |
1 |
SELECT t0.id AS id_1, t0.jornada AS jornada_2, t0.fecha AS fecha_3, t0.fecha_date AS fecha_date_4, t0.fecha_time AS fecha_time_5, t0.goles_local AS goles_local_6, t0.goles_visitante AS goles_visitante_7, t0.url_acta AS url_acta_8, t0.jugado AS jugado_9, t0.acta_descargada AS acta_descargada_10, t0.time_updated AS time_updated_11, t0.competicion_id AS competicion_id_12, t0.equipo_local_id AS equipo_local_id_13, t0.equipo_visitante_id AS equipo_visitante_id_14 FROM partido t0 WHERE t0.equipo_local_id = ?
Parameters:
[
11
]
|
||||||||||||||||||||||
|
0.22 ms (17.05%) |
1 |
SELECT t0.id AS id_1, t0.jornada AS jornada_2, t0.fecha AS fecha_3, t0.fecha_date AS fecha_date_4, t0.fecha_time AS fecha_time_5, t0.goles_local AS goles_local_6, t0.goles_visitante AS goles_visitante_7, t0.url_acta AS url_acta_8, t0.jugado AS jugado_9, t0.acta_descargada AS acta_descargada_10, t0.time_updated AS time_updated_11, t0.competicion_id AS competicion_id_12, t0.equipo_local_id AS equipo_local_id_13, t0.equipo_visitante_id AS equipo_visitante_id_14 FROM partido t0 WHERE t0.equipo_visitante_id = ?
Parameters:
[
11
]
|
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\Equipo | 1 |
| App\Entity\Club | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Equipo | No errors. |
| App\Entity\Club | No errors. |
| App\Entity\Persona | No errors. |
| App\Entity\Resultado | No errors. |
| App\Entity\Partido | No errors. |
| App\Entity\Competicion | No errors. |