GET https://dev.talm.bio/company/1

Query Metrics

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

Queries

Group similar statements

# Time Info
1 5.60 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.is_public AS is_public_3, t0.eori AS eori_4, t0.vat AS vat_5, t0.incoterm AS incoterm_6, t0.default_address_id AS default_address_id_7 FROM company t0 WHERE t0.id = ?
Parameters:
[
  "1"
]
2 3.60 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.surname AS surname_3, t0.email AS email_4, t0.phone AS phone_5, t0.date_created AS date_created_6, t0.company_id AS company_id_7, t0.invited_by_id AS invited_by_id_8 FROM person t0 WHERE t0.company_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\Entity\Person 4
App\Entity\Company 1
App\Entity\Address 1