GET http://192.168.88.181/api/client/1/fingerprints

Query Metrics

3 Database Queries
3 Different statements
1.20 ms Query time
0 Invalid entities
2 Managed entities

Grouped Statements

Show all queries

Time Count Info
0.75 ms
(62.32%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.customer_id AS customer_id_3, t0.registration_number AS registration_number_4, t0.email AS email_5, t0.phone AS phone_6, t0.note AS note_7 FROM clients t0 WHERE t0.id = ?
Parameters:
[
  "1"
]
0.24 ms
(19.64%)
1
SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.full_name AS full_name_4, t0.force_password_change AS force_password_change_5, t0.enabled AS enabled_6, t0.roles AS roles_7 FROM users t0 WHERE t0.id = ?
Parameters:
[
  "740a8b9c-9db4-4722-8d7d-dc7031857354"
]
0.22 ms
(18.04%)
1
SELECT t0.id AS id_1, t0.full_fingerprint AS full_fingerprint_2, t0.environment AS environment_3, t0.description AS description_4, t0.original_filename AS original_filename_5, t0.enabled AS enabled_6, t0.uploaded_at AS uploaded_at_7, t0.client_id AS client_id_8 FROM hardware_fingerprints t0 WHERE t0.client_id = ?
Parameters:
[
  "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\Domain\Client\Entity\Client 1
App\Domain\User\Entity\User 1