Query Metrics
15
Database Queries
9
Different statements
17.79 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.48 ms |
SELECT t0.refresh_token AS refresh_token_1, t0.username AS username_2, t0.valid AS valid_3, t0.id AS id_4 FROM refresh_tokens t0 WHERE t0.refresh_token = ? LIMIT 1
Parameters:
[
"dbe6add52318f1527f59dda950cc409f11a61ff33d1324548cb8a74024f9ff58bcb2565d151c1f243f3fde8cb8ed69ca8abb06dab0b18aec2349849ec71c4874"
]
|
| 2 | 0.49 ms |
SELECT t0.id AS id_1, t0.username AS username_2, t0.is_active AS is_active_3, t0.created_at AS created_at_4, t0.password AS password_5, t0.last_password_change AS last_password_change_6 FROM abonnent t0 WHERE t0.username = ? LIMIT 1
Parameters:
[
"urs.schnueriger@webtech.ch"
]
|
| 3 | 0.45 ms |
SELECT t0.id AS id_1, t0.device_id AS device_id_2, t0.device_name AS device_name_3, t0.ip_address AS ip_address_4, t0.user_agent AS user_agent_5, t0.first_login AS first_login_6, t0.last_activity AS last_activity_7, t0.is_active AS is_active_8, t0.refresh_token AS refresh_token_9, t0.logout_reason AS logout_reason_10, t0.logout_at AS logout_at_11, t0.user_id AS user_id_12 FROM device_registrations t0 WHERE t0.user_id = ? AND t0.device_id = ? LIMIT 1
Parameters:
[ 165 "108e7c13-f00d-4dec-ba32-ee427de60d45" ] |
| 4 | 0.50 ms |
SELECT t0.id AS id_1, t0.device_id AS device_id_2, t0.device_name AS device_name_3, t0.ip_address AS ip_address_4, t0.user_agent AS user_agent_5, t0.first_login AS first_login_6, t0.last_activity AS last_activity_7, t0.is_active AS is_active_8, t0.refresh_token AS refresh_token_9, t0.logout_reason AS logout_reason_10, t0.logout_at AS logout_at_11, t0.user_id AS user_id_12 FROM device_registrations t0 WHERE t0.user_id = ? AND t0.device_id = ? AND t0.is_active = ? LIMIT 1
Parameters:
[ 165 "108e7c13-f00d-4dec-ba32-ee427de60d45" 1 ] |
| 5 | 0.19 ms |
"START TRANSACTION"
Parameters:
[] |
| 6 | 0.54 ms |
UPDATE device_registrations SET last_activity = ? WHERE id = ?
Parameters:
[ "2026-01-15 11:55:38" 2091 ] |
| 7 | 3.68 ms |
"COMMIT"
Parameters:
[] |
| 8 | 0.61 ms |
SELECT t0.refresh_token AS refresh_token_1, t0.username AS username_2, t0.valid AS valid_3, t0.id AS id_4 FROM refresh_tokens t0 WHERE t0.refresh_token = ? LIMIT 1
Parameters:
[
"dbe6add52318f1527f59dda950cc409f11a61ff33d1324548cb8a74024f9ff58bcb2565d151c1f243f3fde8cb8ed69ca8abb06dab0b18aec2349849ec71c4874"
]
|
| 9 | 0.19 ms |
"START TRANSACTION"
Parameters:
[] |
| 10 | 0.43 ms |
DELETE FROM refresh_tokens WHERE id = ?
Parameters:
[
67923
]
|
| 11 | 3.92 ms |
"COMMIT"
Parameters:
[] |
| 12 | 1.25 ms |
SELECT t0.refresh_token AS refresh_token_1, t0.username AS username_2, t0.valid AS valid_3, t0.id AS id_4 FROM refresh_tokens t0 WHERE t0.refresh_token = ? LIMIT 1
Parameters:
[
"44f76bdfd4f3aeabd11548b5d95298d77fa761087296543c5c2b0199f84a640222db2a860b2838d13e54eb3662660554f7592892745e8881c89d771f68474bd3"
]
|
| 13 | 0.19 ms |
"START TRANSACTION"
Parameters:
[] |
| 14 | 0.50 ms |
INSERT INTO refresh_tokens (refresh_token, username, valid) VALUES (?, ?, ?)
Parameters:
[ "44f76bdfd4f3aeabd11548b5d95298d77fa761087296543c5c2b0199f84a640222db2a860b2838d13e54eb3662660554f7592892745e8881c89d771f68474bd3" "urs.schnueriger@webtech.ch" "2026-01-15 11:57:38" ] |
| 15 | 4.37 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 |
|---|---|
| Gesdinet\JWTRefreshTokenBundle\Entity\RefreshToken | No errors. |
| App\Entity\Abonnent\Abonnent | No errors. |
| App\Entity\Abonnent\Abonnenttoken | No errors. |
| App\Entity\Abonnent\DeviceRegistration | No errors. |