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

Query Metrics

6 Database Queries
6 Different statements
3.71 ms Query time
2 Invalid entities
9 Managed entities

Grouped Statements

Show all queries

Time Count Info
0.70 ms
(18.78%)
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:
[
  3
]
0.66 ms
(17.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:
[
  3
]
0.63 ms
(16.90%)
1
SELECT a0_.id AS id_0, a0_.name AS name_1 FROM addresses_type a0_
Parameters:
[]
0.62 ms
(16.68%)
1
SELECT t0.id AS id_1, t0.name AS name_2 FROM addresses_type t0 WHERE t0.id = ?
Parameters:
[
  1
]
0.60 ms
(16.20%)
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:
[
  "3"
]
0.50 ms
(13.49%)
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

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.