GET http://192.168.88.181/client/1

Query Metrics

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

Queries

Group similar statements

# Time Info
1 0.72 ms
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"
]
2 0.24 ms
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"
]

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