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

Query Metrics

3 Database Queries
3 Different statements
1.07 ms Query time
2 Invalid entities
2 Managed entities

Queries

Group similar statements

# Time Info
1 0.44 ms
SELECT DISTINCT c0_.id AS id_0, c0_.company AS company_1 FROM customer c0_ ORDER BY c0_.company ASC LIMIT 20
Parameters:
[]
2 0.35 ms
SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.name AS name_2, c0_.email AS email_3, c0_.company AS company_4, c0_.status AS status_5, c0_.gender AS gender_6 FROM customer c0_ WHERE c0_.id IN (?, ?) ORDER BY c0_.company ASC
Parameters:
[
  3
  2
]
3 0.29 ms
SELECT count(*) AS sclr_0 FROM customer c0_
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\Customer 2

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.