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

Query Metrics

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

Queries

Group similar statements

# Time Info
1 0.74 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.29 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"
]
3 0.22 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.enabled AS enabled_5, t0.client_id AS client_id_6 FROM tenants 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