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

Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
0.44 ms
(36.58%)
1
SELECT DISTINCT c0_.id AS id_0, c0_.id AS id_1 FROM customer c0_ ORDER BY c0_.id ASC LIMIT 20
Parameters:
[]
0.41 ms
(34.72%)
1
SELECT count(*) AS sclr_0 FROM customer c0_
Parameters:
[]
0.34 ms
(28.70%)
1
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_.id ASC
Parameters:
[
  2
  3
]

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.