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

Query Metrics

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

Queries

Group similar statements

# Time Info
1 6.20 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 5.45 ms
SELECT t0.id AS id_1, t0.street AS street_2, t0.city AS city_3, t0.postal_code AS postal_code_4, t0.country_id AS country_id_5 FROM address t0 WHERE t0.id = ?
Parameters:
[
  1
]
3 2.32 ms
SELECT a0_.id AS id_0, a0_.street AS street_1, a0_.city AS city_2, a0_.postal_code AS postal_code_3, a0_.country_id AS country_id_4 FROM address a0_
Parameters:
[]

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
App\Entity\Address 1
App\Entity\Country 1

Entities Mapping

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