Query Metrics
5
Database Queries
5
Different statements
108.83 ms
Query time
0
Invalid entities
301
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.42 ms |
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:
[
"a759cf8b3880edea302f6ed5ddca36d75fa959c1a2bd614f22e61dc75a0b8c58"
]
|
| 2 | 0.21 ms |
"START TRANSACTION"
Parameters:
[] |
| 3 | 0.39 ms |
UPDATE agent SET last_seen_at = ? WHERE id = ?
Parameters:
[ "2026-02-20 06:16:34" 1 ] |
| 4 | 106.18 ms |
"COMMIT"
Parameters:
[] |
| 5 | 1.63 ms |
SELECT t0.id AS id_1, t0.internal_id AS internal_id_2, t0.name AS name_3, t0.serial_number AS serial_number_4, t0.ip_address AS ip_address_5, t0.mac_address AS mac_address_6, t0.power AS power_7, t0.consumption AS consumption_8, t0.url AS url_9, t0.name_worker AS name_worker_10, t0.status AS status_11, t0.active AS active_12, t0.comment AS comment_13, t0.additional AS additional_14, t0.sale AS sale_15, t0.web_ui AS web_ui_16, t0.last_seen_at AS last_seen_at_17, t0.poll_method AS poll_method_18, t0.created_at AS created_at_19, t0.updated_at AS updated_at_20, t0.location_id AS location_id_21, t0.client_id AS client_id_22, t0.tariff_id AS tariff_id_23 FROM asic t0 WHERE t0.location_id = ? AND t0.active = ?
Parameters:
[ 1 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\Asic | 252 |
| App\Entity\Client | 46 |
| App\Entity\Agent | 1 |
| App\Entity\Location | 1 |
| App\Entity\Tariff | 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. |