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

Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
4.94 ms
(59.15%)
1
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:
[
  "13"
]
3.41 ms
(40.85%)
1
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:
[
  13
]

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\Company 1

Entities Mapping

Class Mapping errors
App\Entity\Company No errors.
App\Entity\Address No errors.
App\Entity\Person No errors.