POST https://mybox-webappsdev2849340.taild66027.ts.net/api/register

Query Metrics

5 Database Queries
5 Different statements
3.04 ms Query time
0 Invalid entities
2 Managed entities

Queries

Group similar statements

# Time Info
1 0.92 ms
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.enabled AS enabled_3, t0.created_at AS created_at_4 FROM api_keys t0 WHERE t0.api_key = ? AND t0.enabled = ? LIMIT 1
Parameters:
[
  "218307038975df4a53650c3a35820750bb565b4ce8155d681236ef15d3979d4e"
  1
]
2 0.33 ms
SELECT t0.id AS id_1, t0.machine_id AS machine_id_2, t0.machine_name AS machine_name_3, t0.user_name AS user_name_4, t0.domain AS domain_5, t0.operating_system AS operating_system_6, t0.architecture AS architecture_7, t0.cpu AS cpu_8, t0.cpu_count AS cpu_count_9, t0.ram_mb AS ram_mb_10, t0.ip_address AS ip_address_11, t0.mac_address AS mac_address_12, t0.serial_number AS serial_number_13, t0.created_at AS created_at_14, t0.updated_at AS updated_at_15, t0.last_seen AS last_seen_16 FROM machines t0 WHERE t0.machine_id = ? LIMIT 1
Parameters:
[
  "4C4C4544-0054-3310-8034-C8C04F523734"
]
3 0.12 ms
"START TRANSACTION"
Parameters:
[]
4 0.47 ms
UPDATE machines SET updated_at = ?, last_seen = ? WHERE id = ?
Parameters:
[
  "2026-09-19 14:44:13"
  "2026-09-19 14:44:13"
  17
]
5 1.21 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\ApiKey 1
App\Entity\Machine 1

Entities Mapping

Class Mapping errors
App\Entity\ApiKey No errors.
App\Entity\Machine No errors.