Query Metrics
5
Database Queries
2
Different statements
1.32 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
0.98 ms (74.19%) |
4 |
SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.level AS level_2, b0_.inhale_seconds AS inhale_seconds_3, b0_.exhale_seconds AS exhale_seconds_4, b0_.hold_seconds AS hold_seconds_5, b0_.description AS description_6, b0_.repetitions AS repetitions_7, b0_.created_at AS created_at_8 FROM breathing_exercise b0_ WHERE b0_.level = ? ORDER BY b0_.name ASC
Parameters:
[
"débutant"
]
|
||||||||||||||||||||||||||||
|
0.34 ms (25.81%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.level AS level_3, t0.inhale_seconds AS inhale_seconds_4, t0.exhale_seconds AS exhale_seconds_5, t0.hold_seconds AS hold_seconds_6, t0.description AS description_7, t0.repetitions AS repetitions_8, t0.created_at AS created_at_9 FROM breathing_exercise 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\BreathingExercise | No errors. |
| App\Entity\User | No errors. |
| App\Entity\BreathingSession | No errors. |