Query Metrics
13
Database Queries
3
Different statements
6.53 ms
Query time
0
Invalid entities
23
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
3.44 ms (52.75%) |
1 |
SELECT p0_.id AS id_0, p0_.date_debut AS date_debut_1, p0_.date_fin AS date_fin_2, p0_.service AS service_3, p0_.reservable_en_ligne AS reservable_en_ligne_4, p0_.created_at AS created_at_5, p0_.updated_at AS updated_at_6, p0_.created_by AS created_by_7, p0_.updated_by AS updated_by_8, p0_.camion_id AS camion_id_9, p0_.emplacement_id AS emplacement_id_10 FROM planning p0_ INNER JOIN camion c1_ ON p0_.camion_id = c1_.id WHERE p0_.date_debut >= ? AND p0_.date_fin <= ? AND p0_.reservable_en_ligne = 1 ORDER BY p0_.date_debut ASC
Parameters:
[ "2025-12-10 00:00" "2025-12-12 23:59" ] |
|
2.73 ms (41.78%) |
11 |
SELECT t0.id AS id_1, t0.label AS label_2, t0.libelle AS libelle_3, t0.valeur AS valeur_4, t0.type AS type_5 FROM parametre t0 WHERE t0.label = ? LIMIT 1
Parameters:
[
"nom_site"
]
|
|
0.36 ms (5.47%) |
1 |
SELECT t0.id AS id_1, t0.adresse AS adresse_2, t0.libelle AS libelle_3, t0.lat AS lat_4, t0.lng AS lng_5, t0.code_postal AS code_postal_6, t0.ville AS ville_7, t0.introduction AS introduction_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.created_by AS created_by_11, t0.updated_by AS updated_by_12 FROM emplacement t0 WHERE t0.id IN (?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 9 2 15 11 3 4 12 22 ] |
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\Planning | 8 |
| App\Entity\Emplacement | 8 |
| App\Entity\Parametre | 4 |
| App\Entity\Camion | 3 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Planning | No errors. |
| App\Entity\Camion | No errors. |
| App\Entity\Emplacement | No errors. |
| App\Entity\Commande | No errors. |
| App\Entity\CreneauBloque | No errors. |
| App\Entity\Produit | No errors. |
| App\Entity\Parametre | No errors. |