Query Metrics
10
Database Queries
8
Different statements
10.82 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
2.72 ms (25.13%) |
1 |
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.agent_id = ? AND t0.date = ? AND t0.validated = ? ORDER BY t0.heure ASC
Parameters:
[ 9 "2026-02-04" 1 ] |
|
2.33 ms (21.57%) |
1 |
SELECT p0_.id AS id_0, p0_.date AS date_1, p0_.heure AS heure_2, p0_.type AS type_3, p0_.validated AS validated_4, p0_.agent_id AS agent_id_5 FROM pointage p0_ WHERE p0_.agent_id = ? AND p0_.validated = ? AND p0_.date >= ? AND p0_.date <= ? ORDER BY p0_.date ASC, p0_.heure ASC
Parameters:
[ 9 1 "2026-02-01 00:00:00" "2026-03-03 00:00:00" ] |
|
1.81 ms (16.74%) |
2 |
"COMMIT"
Parameters:
[] |
|
1.26 ms (11.60%) |
1 |
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:
[
9
]
|
|
1.18 ms (10.86%) |
1 |
SELECT t0.id AS id_1, t0.mois AS mois_2, t0.annee AS annee_3, t0.total AS total_4, t0.agent_id AS agent_id_5 FROM heure_agent t0 WHERE t0.agent_id = ? AND t0.mois = ? AND t0.annee = ? LIMIT 1
Parameters:
[ 9 "02" "2026" ] |
|
0.62 ms (5.70%) |
2 |
"START TRANSACTION"
Parameters:
[] |
|
0.46 ms (4.25%) |
1 |
UPDATE heure_agent SET total = ? WHERE id = ?
Parameters:
[ 60060.0 108 ] |
|
0.45 ms (4.13%) |
1 |
INSERT INTO pointage (date, heure, TYPE, validated, agent_id) VALUES (?, ?, ?, ?, ?)
Parameters:
[ "2026-02-04" "15:52" "dépointage" 1 9 ] |
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. |