Query Metrics
9
Database Queries
8
Different statements
211.69 ms
Query time
0
Invalid entities
2
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
207.88 ms (98.20%) |
1 |
"COMMIT"
Parameters:
[] |
|
0.82 ms (0.39%) |
1 |
UPDATE asic SET status = CASE WHEN id = ? AND (last_seen_at IS NULL OR last_seen_at < ?) THEN ? WHEN id = ? AND (last_seen_at IS NULL OR last_seen_at < ?) THEN ? WHEN id = ? AND (last_seen_at IS NULL OR last_seen_at < ?) THEN ? WHEN id = ? AND (last_seen_at IS NULL OR last_seen_at < ?) THEN ? WHEN id = ? AND (last_seen_at IS NULL OR last_seen_at < ?) THEN ? WHEN id = ? AND (last_seen_at IS NULL OR last_seen_at < ?) THEN ? ELSE status END, last_seen_at = CASE WHEN id = ? AND (last_seen_at IS NULL OR last_seen_at < ?) THEN ? WHEN id = ? AND (last_seen_at IS NULL OR last_seen_at < ?) THEN ? WHEN id = ? AND (last_seen_at IS NULL OR last_seen_at < ?) THEN ? WHEN id = ? AND (last_seen_at IS NULL OR last_seen_at < ?) THEN ? WHEN id = ? AND (last_seen_at IS NULL OR last_seen_at < ?) THEN ? WHEN id = ? AND (last_seen_at IS NULL OR last_seen_at < ?) THEN ? ELSE last_seen_at END WHERE id IN (13,1,9,16,8,15)
Parameters:
[ 13 "2026-03-23 14:15:19" 1 1 "2026-03-23 14:15:19" 1 9 "2026-03-23 14:15:19" 0 16 "2026-03-23 14:15:19" 0 8 "2026-03-23 14:15:19" 0 15 "2026-03-23 14:15:19" 0 13 "2026-03-23 14:15:19" "2026-03-23 14:15:19" 1 "2026-03-23 14:15:19" "2026-03-23 14:15:19" 9 "2026-03-23 14:15:19" "2026-03-23 14:15:19" 16 "2026-03-23 14:15:19" "2026-03-23 14:15:19" 8 "2026-03-23 14:15:19" "2026-03-23 14:15:19" 15 "2026-03-23 14:15:19" "2026-03-23 14:15:19" ] |
|
0.81 ms (0.38%) |
1 |
INSERT INTO asic_uptime_bucket (location_id, asic_id, client_id, client_name, granularity, period_start, online_seconds, updated_at) SELECT ? AS location_id, d.asic_id, d.client_id, d.client_name, 'hour' AS granularity, d.period_start, d.online, ? AS updated_at FROM ( SELECT ? AS asic_id, ? AS client_id, ? AS client_name, ? AS period_start, ? AS online UNION ALL SELECT ? AS asic_id, ? AS client_id, ? AS client_name, ? AS period_start, ? AS online UNION ALL SELECT ? AS asic_id, ? AS client_id, ? AS client_name, ? AS period_start, ? AS online UNION ALL SELECT ? AS asic_id, ? AS client_id, ? AS client_name, ? AS period_start, ? AS online UNION ALL SELECT ? AS asic_id, ? AS client_id, ? AS client_name, ? AS period_start, ? AS online UNION ALL SELECT ? AS asic_id, ? AS client_id, ? AS client_name, ? AS period_start, ? AS online ) d ON DUPLICATE KEY UPDATE online_seconds = asic_uptime_bucket.online_seconds + VALUES(online_seconds), updated_at = VALUES(updated_at), client_name = VALUES(client_name)
Parameters:
[ 2 "2026-03-23 14:18:04" 13 2 "ivan" "2026-03-23 14:00:00" 30 1 2 "ivan" "2026-03-23 14:00:00" 30 9 2 "ivan" "2026-03-23 14:00:00" 0 16 2 "ivan" "2026-03-23 14:00:00" 0 8 2 "ivan" "2026-03-23 14:00:00" 0 15 2 "ivan" "2026-03-23 14:00:00" 0 ] |
|
0.78 ms (0.37%) |
1 |
SELECT a.id, a.internal_id, a.client_id, a.last_seen_at, COALESCE(c.name, '') AS client_name FROM asic a LEFT JOIN client c ON c.id = a.client_id WHERE a.location_id = ? AND a.active = 1
Parameters:
[
2
]
|
|
0.43 ms (0.20%) |
2 |
"START TRANSACTION"
Parameters:
[] |
|
0.34 ms (0.16%) |
1 |
SELECT t0.id AS id_1, t0.agent_id AS agent_id_2, t0.token_hash AS token_hash_3, t0.active AS active_4, t0.last_seen_at AS last_seen_at_5, t0.created_at AS created_at_6, t0.location_id AS location_id_7 FROM agent t0 WHERE t0.token_hash = ? LIMIT 1
Parameters:
[
"e6d47f714cb6ebed1e8a79b7271a48b2b5701f463d9073526d0aa0a65df9bf2b"
]
|
|
0.32 ms (0.15%) |
1 |
"ROLLBACK"
Parameters:
[] |
|
0.30 ms (0.14%) |
1 |
UPDATE agent SET last_seen_at = ? WHERE id = ?
Parameters:
[ "2026-03-23 14:18:04" 1 ] |
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\Agent | 1 |
| App\Entity\Location | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Agent | No errors. |
| App\Entity\Location | No errors. |
| App\Entity\Asic | No errors. |
| App\Entity\Client | No errors. |
| App\Entity\Tariff | No errors. |
| App\Entity\AsicPricingHistory | No errors. |
| App\Entity\User | No errors. |
| App\Entity\HistoryBill | No errors. |
| App\Entity\AsicUptimeBucket | No errors. |
| App\Entity\AsicPricingMonthSnapshot | No errors. |
| Vich\UploaderBundle\Entity\File | No errors. |