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

Query Metrics

7 Database Queries
7 Different statements
3.50 ms Query time
2 Invalid entities
10 Managed entities

Queries

Group similar statements

# Time Info
1 0.40 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.54 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.78 ms
SELECT t0.id AS id_1, t0.name AS name_2 FROM phone_type t0 WHERE t0.id = ?
Parameters:
[
  1
]
5 0.72 ms
SELECT t0.id AS id_1, t0.name AS name_2 FROM addresses_type t0 WHERE t0.id = ?
Parameters:
[
  1
]
6 0.50 ms
SELECT a0_.id AS id_0, a0_.name AS name_1 FROM addresses_type a0_
Parameters:
[]
7 0.26 ms
SELECT p0_.id AS id_0, p0_.name AS name_1 FROM phone_type p0_
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\PhoneType 4
App\Entity\AddressesType 3
App\Entity\Customer 1
App\Entity\Addresses 1
App\Entity\Phone 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.