Query Metrics
5
Database Queries
5
Different statements
3.99 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.02 ms |
SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.email AS email_7 FROM user t0 WHERE t0.id = ?
Parameters:
[
10
]
|
| 2 | 0.66 ms |
SELECT t0.id AS id_1, t0.date AS date_2, t0.heure AS heure_3, t0.type AS type_4, t0.validated AS validated_5, t0.agent_id AS agent_id_6 FROM pointage t0 WHERE t0.id = ?
Parameters:
[
"5028"
]
|
| 3 | 0.42 ms |
"START TRANSACTION"
Parameters:
[] |
| 4 | 0.46 ms |
DELETE FROM pointage WHERE id = ?
Parameters:
[
5028
]
|
| 5 | 1.43 ms |
"COMMIT"
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\User | No errors. |
| App\Entity\Pointage\HeureAgent | No errors. |
| App\Entity\Pointage\Pointage | No errors. |