Query Metrics
4
Database Queries
4
Different statements
5.70 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.98 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:
[
null
]
|
| 2 | 0.44 ms |
"START TRANSACTION"
Parameters:
[] |
| 3 | 0.64 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-03-08 14:31:12" 2 => "/api/instance?getInstanceBySejour=289" 3 => "GET" 4 => "10.42.253.227" 5 => null 6 => 0 7 => "instance" 8 => null 9 => "a:2:{s:3:"get";a:1:{s:19:"getInstanceBySejour";s:3:"289";}s:4:"post";a:0:{}}" 10 => 1 11 => "App\Exception\ApiNotAllowedException" 12 => "api key is incorrect" 13 => "401" 14 => null ] |
| 4 | 3.63 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\ApiLogs | No errors. |
| App\Entity\Instance | No errors. |
| App\Entity\RoleGroup | No errors. |