GET https://ddocs.de/admin/customer/2?page=1&sort%5Bgender%5D=DESC

Query Metrics

4 Database Queries
4 Different statements
1.53 ms Query time
2 Invalid entities
5 Managed entities

Queries

Group similar statements

# Time Info
1 0.46 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.name AS name_3, t0.email AS email_4, t0.company AS company_5, t0.status AS status_6, t0.gender AS gender_7 FROM customer t0 WHERE t0.id = ?
Parameters:
[
  "2"
]
2 0.47 ms
SELECT t0.id AS id_1, t0.street AS street_2, t0.number AS number_3, t0.zip AS zip_4, t0.city AS city_5, t0.addition AS addition_6, t0.customer_id AS customer_id_7, t0.type_id AS type_id_8 FROM addresses t0 WHERE t0.customer_id = ?
Parameters:
[
  2
]
3 0.30 ms
SELECT t0.id AS id_1, t0.number AS number_2, t0.customer_id_id AS customer_id_id_3, t0.type_id_id AS type_id_id_4 FROM phone t0 WHERE t0.customer_id_id = ?
Parameters:
[
  2
]
4 0.31 ms
SELECT t0.id AS id_1, t0.name AS name_2 FROM phone_type t0 WHERE t0.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\Customer 1
App\Entity\Addresses 1
App\Entity\AddressesType 1
App\Entity\Phone 1
App\Entity\PhoneType 1

Entities Mapping

Class Mapping errors
App\Entity\Customer No errors.
App\Entity\Addresses
  • The association App\Entity\Addresses#quotations refers to the owning side field App\Entity\Quotation#Address which does not exist.
App\Entity\Phone No errors.
App\Entity\Quotation
  • The mappings App\Entity\Quotation#addresses and App\Entity\Addresses#quotations are inconsistent with each other.
  • The association App\Entity\Quotation#phones refers to the inverse side field App\Entity\Phone#quotations which does not exist.
App\Entity\AddressesType No errors.
App\Entity\PhoneType No errors.