Query Metrics

25 Database Queries
7 Different statements
8.45 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
5.11 ms
(60.51%)
18
SELECT t0.id AS id_1, t0.libelle AS libelle_2 FROM scenario t0 WHERE t0.id = ?
Parameters:
[
  17
]
0.87 ms
(10.33%)
1
SELECT DISTINCT f0_.id AS id_0, f0_.cheptel_id AS sclr_1 FROM fichier f0_ LEFT JOIN cheptel c1_ ON f0_.cheptel_id = c1_.id ORDER BY f0_.cheptel_id DESC LIMIT 20 OFFSET 100
Parameters:
[]
0.64 ms
(7.53%)
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_ LEFT JOIN cheptel c1_ ON f0_.cheptel_id = c1_.id WHERE f0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ORDER BY f0_.cheptel_id DESC
Parameters:
[
  58
  57
  56
  55
  54
  53
  52
  51
  50
  49
  48
  47
  46
  45
  44
  43
  42
  41
  40
  39
]
0.62 ms
(7.29%)
1
SELECT COUNT(DISTINCT f0_.id) AS sclr_0 FROM fichier f0_ LEFT JOIN cheptel c1_ ON f0_.cheptel_id = c1_.id
Parameters:
[]
0.57 ms
(6.76%)
2
SELECT t0.id AS id_1, t0.libelle AS libelle_2 FROM typologie_paturage t0 WHERE t0.id = ?
Parameters:
[
  5
]
0.34 ms
(4.02%)
1
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.nom AS nom_3 FROM cheptel t0 WHERE t0.id = ?
Parameters:
[
  2
]
0.30 ms
(3.56%)
1
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:
[
  1
]

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.