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

Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
0.77 ms
(22.55%)
1
SELECT t0.id AS id_1, t0.name AS name_2 FROM addresses_type t0 WHERE t0.id = ?
Parameters:
[
  1
]
0.63 ms
(18.30%)
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.54 ms
(15.61%)
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.47 ms
(13.63%)
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.35 ms
(10.10%)
1
SELECT t0.id AS id_1, t0.name AS name_2 FROM phone_type t0 WHERE t0.id = ?
Parameters:
[
  1
]
0.34 ms
(10.04%)
1
SELECT p0_.id AS id_0, p0_.name AS name_1 FROM phone_type p0_
Parameters:
[]
0.33 ms
(9.77%)
1
SELECT a0_.id AS id_0, a0_.name AS name_1 FROM addresses_type 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\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.