Query Metrics
7
Database Queries
7
Different statements
3.90 ms
Query time
0
Invalid entities
4
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.41 ms |
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-NmE5-YmEt-OGNl-Ni02-OTFj"
]
|
| 2 | 0.29 ms |
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
]
|
| 3 | 0.24 ms |
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:
[
118
]
|
| 4 | 0.13 ms |
"START TRANSACTION"
Parameters:
[] |
| 5 | 0.30 ms |
INSERT INTO audit_log (uuid, action, entity_type, entity_id, ip_address, user_agent, metadata, created_at) VALUES (?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ "1f16abb8-255a-6fe6-aa31-63234f279278" "licence.check" "Licence" "1f16a9ba-8ce6-691c-86ba-53898b2240f5" "178.104.1.180" "node" null "2026-06-18 04:15:00" ] |
| 6 | 2.27 ms |
"COMMIT"
Parameters:
[] |
| 7 | 0.26 ms |
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:
[
118
]
|
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. |