Query Metrics
12
Database Queries
10
Different statements
32.58 ms
Query time
3
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.75 ms |
SELECT a0_.id AS id_0, a0_.token AS token_1, a0_.expires_at AS expires_at_2, a0_.user_id AS user_id_3 FROM api_token a0_ WHERE a0_.token = ?
Parameters:
[
"ef034f27f3-f0dcf9a178-30339a4416-1d95196647-62d40cfb13"
]
|
| 2 | 0.91 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.username AS username_4, t0.email AS email_5, t0.password AS password_6, t0.salt AS salt_7, t0.last_link_requested_at AS last_link_requested_at_8, t0.instance_id AS instance_id_9, t0.role_group_id AS role_group_id_10 FROM user t0 WHERE t0.id = ?
Parameters:
[
57
]
|
| 3 | 0.79 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.rolename AS rolename_3 FROM role_group t0 WHERE t0.id = ?
Parameters:
[
1
]
|
| 4 | 1.63 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.module AS module_3 FROM role t0 INNER JOIN role_role_group ON t0.id = role_role_group.role_id WHERE role_role_group.role_group_id = ?
Parameters:
[
1
]
|
| 5 | 1.60 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.organisateur_id AS organisateur_id_3, t0.destination_id AS destination_id_4 FROM sejour t0 WHERE t0.id = ?
Parameters:
[
"193"
]
|
| 6 | 17.40 ms |
SELECT t0.id AS id_1, t0.origin_table AS origin_table_2, t0.table_id AS table_id_3, t0.create_time AS create_time_4, t0.execute_time AS execute_time_5, t0.executed AS executed_6 FROM action_to_do t0 WHERE t0.origin_table = ? AND t0.table_id = ? AND t0.executed = ? LIMIT 1
Parameters:
[ "depart" "193" 0 ] |
| 7 | 0.40 ms |
"START TRANSACTION"
Parameters:
[] |
| 8 | 0.39 ms |
INSERT INTO action_to_do (origin_table, table_id, create_time, execute_time, executed) VALUES (?, ?, ?, ?, ?)
Parameters:
[ 1 => "depart" 2 => 193 3 => "2026-04-02 11:10:13" 4 => "2026-04-02 11:10:13" 5 => 0 ] |
| 9 | 3.99 ms |
"COMMIT"
Parameters:
[] |
| 10 | 0.47 ms |
"START TRANSACTION"
Parameters:
[] |
| 11 | 1.04 ms |
INSERT INTO api_logs (date_time, url, method, request_ip, api_key, authenticated, ressource, ressource_id, params, has_exception, exception_class, exception_message, exception_code, user_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2026-04-02 11:10:13" 2 => "/api/actionToDo" 3 => "POST" 4 => "10.42.253.227" 5 => "ef034f27f3-f0dcf9a178-30339a4416-1d95196647-62d40cfb13" 6 => 1 7 => "actionToDo" 8 => null 9 => "a:2:{s:3:"get";a:0:{}s:4:"post";a:0:{}}" 10 => 0 11 => null 12 => null 13 => null 14 => 57 ] |
| 12 | 3.22 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\ApiToken | No errors. |
| App\Entity\User | No errors. |
| App\Entity\Instance | No errors. |
| App\Entity\RoleGroup | No errors. |
| App\Entity\Role | No errors. |
| App\Entity\ApiLogs | No errors. |
| App\Entity\Sejour |
|
| App\Entity\Organisateur |
|
| App\Entity\Destination |
|
| App\Entity\PartageSejour | No errors. |
| App\Entity\Commande | No errors. |
| App\Entity\ActionToDo | No errors. |