Query Metrics
5
Database Queries
3
Different statements
1.23 ms
Query time
0
Invalid entities
1
Managed entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
0.61 ms (49.22%) |
3 |
SELECT t0.id AS id_1, t0.dayOfWeek AS dayOfWeek_2, t0.label AS label_3, t0.isClosed AS isClosed_4, t0.openTime AS openTime_5, t0.closeTime AS closeTime_6, t0.sortOrder AS sortOrder_7, t0.updatedAt AS updatedAt_8 FROM OPENING_HOUR t0 ORDER BY t0.sortOrder ASC, t0.dayOfWeek ASC
Parameters:
[]
|
||||||||||||||||||||||||||||
|
0.37 ms (30.35%) |
1 |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.description AS description_3, t0.localisation AS localisation_4, t0.photo AS photo_5, t0.statut AS statut_6, t0.granularite AS granularite_7, t0.categorySlug AS categorySlug_8, t0.categoryLabel AS categoryLabel_9, t0.levelSlug AS levelSlug_10, t0.levelLabel AS levelLabel_11, t0.iconSlug AS iconSlug_12, t0.materials AS materials_13, t0.features AS features_14, t0.requirementTitle AS requirementTitle_15, t0.requirementDescription AS requirementDescription_16, t0.popularity AS popularity_17, t0.limiteReservations AS limiteReservations_18, t0.machineToken AS machineToken_19, t0.createdAt AS createdAt_20, t0.updated AS updated_21, t0.lastAuthorizationTime AS lastAuthorizationTime_22 FROM MACHINE t0 ORDER BY t0.nom ASC
Parameters:
[]
|
||||||||||||||||||||||||||||
|
0.25 ms (20.42%) |
1 |
SELECT r0_.id AS id_0, r0_.dateDebut AS dateDebut_1, r0_.dateFin AS dateFin_2, r0_.motif AS motif_3, r0_.statut AS statut_4, r0_.created AS created_5, r0_.userId AS userId_6, r0_.machineId AS machineId_7 FROM RESERVATION r0_ WHERE r0_.statut <> ? ORDER BY r0_.dateDebut ASC
Parameters:
[
"cancelled"
]
|
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\Machine | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Machine | No errors. |
| App\Entity\MachineBadge | No errors. |
| App\Entity\Reservation | No errors. |
| App\Entity\Utilisateur | No errors. |
| App\Entity\OpeningHour | No errors. |