Query Metrics
4
Database Queries
4
Different statements
14.72 ms
Query time
0
Invalid entities
1
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.47 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.api_key AS api_key_4, t0.device_identifier AS device_identifier_5, t0.phone_number AS phone_number_6, t0.device_model AS device_model_7, t0.device_os AS device_os_8, t0.device_version AS device_version_9, t0.is_active AS is_active_10, t0.dedicated_phone AS dedicated_phone_11, t0.is_online AS is_online_12, t0.last_seen_at AS last_seen_at_13, t0.created_at AS created_at_14, t0.updated_at AS updated_at_15, t0.max_sms_per_day AS max_sms_per_day_16, t0.today_sms_count AS today_sms_count_17 FROM phone_device t0 WHERE t0.api_key = ? LIMIT 1
Parameters:
[
"byh5FLLcX4UrQs9w+f2+SeMKwbteCngD5PxplCvTj98VhUaRKceeKjgDQOX8IN50"
]
|
| 2 | 0.19 ms |
"START TRANSACTION"
Parameters:
[] |
| 3 | 0.36 ms |
UPDATE phone_device SET last_seen_at = ?, updated_at = ? WHERE id = ?
Parameters:
[ "2025-12-14 18:35:07" "2025-12-14 18:35:07" 2 ] |
| 4 | 13.70 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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\PhoneDevice\PhoneDevice | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\PhoneDevice\PhoneDevice | No errors. |
| App\Entity\Security\User | No errors. |
| App\Entity\SmsQueue\SmsQueue | No errors. |
| App\Entity\SmsQueue\SmsQueueHistory | No errors. |
| App\Entity\ApiKey\SmsApiKey | No errors. |