Query Metrics
20
Database Queries
7
Different statements
7.76 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
1.90 ms (24.46%) |
7 |
SELECT t0.id AS id_1, t0.libelle AS libelle_2 FROM scenario t0 WHERE t0.id = ?
Parameters:
[
29
]
|
|
1.49 ms (19.26%) |
4 |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.nom AS nom_3, t0.description AS description_4 FROM zone_geographique t0 WHERE t0.id = ?
Parameters:
[
2
]
|
|
1.35 ms (17.45%) |
1 |
SELECT DISTINCT f0_.id AS id_0 FROM fichier f0_ LIMIT 20 OFFSET 160
Parameters:
[] |
|
1.24 ms (16.01%) |
4 |
SELECT t0.id AS id_1, t0.libelle AS libelle_2 FROM typologie_paturage t0 WHERE t0.id = ?
Parameters:
[
8
]
|
|
0.70 ms (9.07%) |
1 |
SELECT f0_.id AS id_0, f0_.fichier AS fichier_1, f0_.cheptel_id AS cheptel_id_2, f0_.scenario_id AS scenario_id_3, f0_.typologie_paturage_id AS typologie_paturage_id_4, f0_.zone_geographique_id AS zone_geographique_id_5 FROM fichier f0_ WHERE f0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 111 112 113 156 157 158 159 160 161 162 163 164 165 114 115 116 166 167 168 177 ] |
|
0.67 ms (8.61%) |
2 |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.nom AS nom_3 FROM cheptel t0 WHERE t0.id = ?
Parameters:
[
3
]
|
|
0.40 ms (5.14%) |
1 |
SELECT COUNT(f0_.id) AS sclr_0 FROM fichier f0_
Parameters:
[] |
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\Fichier | No errors. |
| App\Entity\Cheptel | No errors. |
| App\Entity\Scenario | No errors. |
| App\Entity\TypologiePaturage | No errors. |
| App\Entity\ZoneGeographique | No errors. |