Query Metrics
5
Database Queries
5
Different statements
31.67 ms
Query time
13
Invalid entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
21.48 ms (67.82%) |
1 |
SELECT SUM(e0_.quantite) AS sclr_0, SUBSTRING(e0_.date_exportation FROM 6 FOR 2) AS sclr_1 FROM exportation e0_ WHERE (e0_.date_exportation BETWEEN ? AND ?) AND e0_.is_publish = 1 AND e0_.commodite_id = ? GROUP BY sclr_1 ORDER BY sclr_1 ASC
Parameters:
[ "2025-01-01 00:00:00" "2025-12-31 23:59:00" 10 ]
|
||||||||||||||||||||||||||||
|
8.98 ms (28.37%) |
1 |
SELECT SUM(e0_.quantite) AS sclr_0, p1_.libelle AS libelle_1 FROM exportation e0_ INNER JOIN pays p1_ ON e0_.pays_id = p1_.id WHERE (e0_.date_exportation BETWEEN ? AND ?) AND e0_.is_publish = 1 AND e0_.commodite_id = ? GROUP BY p1_.libelle ORDER BY libelle_1 ASC
Parameters:
[ "2025-01-01 00:00:00" "2025-12-31 23:59:00" 10 ]
|
||||||||||||||||||||||||||||
|
0.62 ms (1.95%) |
1 |
SELECT c0_.id AS id_0, c0_.nom AS nom_1, c0_.color AS color_2, c0_.unite AS unite_3, c0_.symbole_chimique AS symbole_chimique_4, c0_.max AS max_5, c0_.maxim AS maxim_6, c0_.amount AS amount_7, c0_.min_annuel AS min_annuel_8, c0_.max_annuel AS max_annuel_9, c0_.amout_annuel AS amout_annuel_10, c0_.max_semestre AS max_semestre_11, c0_.amount_semestre AS amount_semestre_12, c0_.min_trimestre AS min_trimestre_13, c0_.max_trimestre AS max_trimestre_14, c0_.amount_trimestre AS amount_trimestre_15, c0_.min_semetre AS min_semetre_16, c0_.id_dw AS id_dw_17, c0_.created_at AS created_at_18, c0_.updated_at AS updated_at_19, c0_.deleted_at AS deleted_at_20, c0_.user_id AS user_id_21 FROM commodite c0_ WHERE c0_.id = ?
Parameters:
[
10
]
|
||||||||||||||||||||||||||||
|
0.30 ms (0.95%) |
1 |
SELECT SUM(e0_.quantite) AS sclr_0, SUBSTRING(e0_.date_exportation FROM 1 FOR 4) AS sclr_1 FROM exportation e0_ WHERE e0_.is_publish = 1 AND e0_.commodite_id = ? GROUP BY sclr_1 ORDER BY sclr_1 ASC
Parameters:
[
10
]
|
||||||||||||||||||||||||||||
|
0.29 ms (0.91%) |
1 |
SELECT SUM(e0_.quantite) AS sclr_0, p1_.libelle AS libelle_1 FROM exportation e0_ INNER JOIN pays p1_ ON e0_.pays_id = p1_.id WHERE e0_.is_publish = 1 AND e0_.commodite_id = ? GROUP BY p1_.libelle ORDER BY libelle_1 ASC
Parameters:
[
10
]
|
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\Transparence\Commodite |
|
| App\Entity\User |
|
| App\Entity\Production\Production |
|
| App\Entity\Production\Exportation |
|
| App\Entity\Production\VenteLocal |
|
| App\Entity\Transparence\ContratPrincipal |
|
| App\Entity\Transparence\ContratRelatif |
|
| App\Entity\Transparence\Province |
|
| App\Entity\Activite\Ressource |
|
| App\Entity\Activite\Reserve |
|
| App\Entity\Autres\TeneurCommodite |
|
| App\Entity\Activite\Projet |
|
| App\Entity\Transparence\Pays |
|