Query Metrics
7
Database Queries
7
Different statements
5.97 ms
Query time
0
Invalid entities
4
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
4.10 ms (68.66%) |
1 |
"COMMIT"
Parameters:
[] |
|
0.50 ms (8.36%) |
1 |
SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.created_at AS created_at_3, t0.licence_key AS licence_key_4, t0.activate_at AS activate_at_5, t0.activate_end_at AS activate_end_at_6, t0.state AS state_7, t0.organisation_id AS organisation_id_8, t0.app_version_id AS app_version_id_9 FROM licence t0 WHERE t0.licence_key = ? LIMIT 1
Parameters:
[
"MWYx-NjYz-YWEt-YTll-Mi02-NGFl"
]
|
|
0.34 ms (5.73%) |
1 |
INSERT INTO audit_log (uuid, action, entity_type, entity_id, ip_address, user_agent, metadata, created_at) VALUES (?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ "1f16af78-7c6a-6d68-a7f6-a30820913680" "licence.check" "Licence" "1f1663aa-a9e2-64ae-bc61-bf22bcdb9329" "178.104.1.180" "node" "{"deviceFingerprint":"21efb791-644e-4319-a21d-318228ea6257"}" "2026-06-18 11:24:39" ] |
|
0.31 ms (5.23%) |
1 |
SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.name AS name_3, t0.fingerprint AS fingerprint_4, t0.state AS state_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.licence_id AS licence_id_8 FROM device t0 WHERE t0.licence_id = ?
Parameters:
[
117
]
|
|
0.29 ms (4.86%) |
1 |
SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.name AS name_3, t0.version AS version_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6 FROM app_version t0 WHERE t0.id = ?
Parameters:
[
2
]
|
|
0.28 ms (4.68%) |
1 |
SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.expired_at AS expired_at_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.licence_id AS licence_id_6 FROM licence_history t0 WHERE t0.licence_id = ?
Parameters:
[
117
]
|
|
0.15 ms (2.50%) |
1 |
"START TRANSACTION"
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\Licence | 1 |
| App\Entity\Organisation | 1 |
| App\Entity\AppVersion | 1 |
| App\Entity\AuditLog | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Licence | No errors. |
| App\Entity\Organisation | No errors. |
| App\Entity\AppVersion | No errors. |
| App\Entity\Device | No errors. |
| App\Entity\LicenceHistory | No errors. |
| App\Entity\AuditLog | No errors. |