Query Metrics
4
Database Queries
4
Different statements
2.82 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.36 ms |
SELECT e.libelle AS nom, COUNT(*) AS nb FROM brebis b INNER JOIN site e ON e.id=b.site_id GROUP BY e.libelle
Parameters:
[] |
| 2 | 0.42 ms |
SELECT e.libelle AS nom, COUNT(*) AS nb FROM brebis b INNER JOIN race e ON e.id=b.race_id GROUP BY e.libelle
Parameters:
[] |
| 3 | 0.56 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.description AS description_3, t0.type_mesure_id AS type_mesure_id_4 FROM mesure t0
Parameters:
[] |
| 4 | 0.48 ms |
SELECT t0.id AS id_1, t0.numbreb AS numbreb_2, t0.annee AS annee_3, t0.date_mb AS date_mb_4, t0.race_id AS race_id_5, t0.expe_id AS expe_id_6, t0.espece_id AS espece_id_7, t0.site_id AS site_id_8, t0.lignee_id AS lignee_id_9, t0.parite_id AS parite_id_10, t0.lot_id AS lot_id_11 FROM brebis t0
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\Mesure | No errors. |
| App\Entity\TypeMesure | No errors. |
| App\Entity\MesureBrebis | No errors. |
| App\Entity\Brebis | No errors. |
| App\Entity\Race | No errors. |
| App\Entity\Expe | No errors. |
| App\Entity\Espece | No errors. |
| App\Entity\Site | No errors. |
| App\Entity\Lignee | No errors. |
| App\Entity\Parite | No errors. |
| App\Entity\Lot | No errors. |