Query Metrics
200
Database Queries
8
Different statements
193.64 ms
Query time
0
Invalid entities
359
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
142.90 ms (73.80%) |
157 |
SELECT t0.annee AS annee_1, t0.engrais AS engrais_2, t0.partie_id AS partie_id_3, t0.legume_id AS legume_id_4 FROM historique_plan t0 WHERE t0.partie_id = ?
Parameters:
[
1
]
|
|
34.35 ms (17.74%) |
33 |
SELECT t0.id AS id_1, t0.svg AS svg_2, t0.svg_detail AS svg_detail_3, t0.parcelle_id AS parcelle_id_4 FROM partie t0 WHERE t0.parcelle_id = ?
Parameters:
[
"391"
]
|
|
8.98 ms (4.64%) |
5 |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.code AS code_3 FROM couleur t0 WHERE t0.id = ?
Parameters:
[
1
]
|
|
4.32 ms (2.23%) |
1 |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.couleur_id AS couleur_id_3 FROM type t0
Parameters:
[] |
|
0.91 ms (0.47%) |
1 |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.type_id AS type_id_3, t0.famille_id AS famille_id_4 FROM legume t0 WHERE t0.id = ?
Parameters:
[
57
]
|
|
0.81 ms (0.42%) |
1 |
SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ?
Parameters:
[
1
]
|
|
0.78 ms (0.40%) |
1 |
SELECT DISTINCT h0_.annee AS annee_0 FROM historique_plan h0_
Parameters:
[] |
|
0.58 ms (0.30%) |
1 |
SELECT t0.id AS id_1, t0.description AS description_2, t0.viewbox AS viewbox_3 FROM parcelle 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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\Partie | 157 |
| App\Entity\HistoriquePlan | 157 |
| App\Entity\Parcelle | 33 |
| App\Entity\Type | 5 |
| App\Entity\Couleur | 5 |
| App\Entity\User | 1 |
| App\Entity\Legume | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\User | No errors. |
| App\Entity\HistoriquePlan | No errors. |
| App\Entity\Parcelle | No errors. |
| App\Entity\HistoriqueDonnee | No errors. |
| App\Entity\Partie | No errors. |
| App\Entity\Type | No errors. |
| App\Entity\Couleur | No errors. |
| App\Entity\Legume | No errors. |
| App\Entity\Famille | No errors. |