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

Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
0.52 ms
(20.95%)
1
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
]
0.47 ms
(18.60%)
1
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"
]
0.44 ms
(17.36%)
1
SELECT t0.id AS id_1, t0.name AS name_2 FROM addresses_type t0 WHERE t0.id = ?
Parameters:
[
  1
]
0.31 ms
(12.48%)
1
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
]
0.28 ms
(11.09%)
1
SELECT a0_.id AS id_0, a0_.name AS name_1 FROM addresses_type a0_
Parameters:
[]
0.25 ms
(9.97%)
1
SELECT t0.id AS id_1, t0.name AS name_2 FROM phone_type t0 WHERE t0.id = ?
Parameters:
[
  1
]
0.24 ms
(9.54%)
1
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.