GET https://maisonfacture.com/clients

Query Metrics

2 Database Queries
2 Different statements
2.77 ms Query time
1 Invalid entities

Grouped Statements

Show all queries

Time Count Info
2.53 ms
(91.48%)
1
SELECT c0_.id AS id_0, c0_.company_name AS company_name_1, c0_.contact_name AS contact_name_2, c0_.first_name AS first_name_3, c0_.last_name AS last_name_4, c0_.email AS email_5, c0_.phone AS phone_6, c0_.address AS address_7, c0_.created_at AS created_at_8, c0_.updated_at AS updated_at_9, c0_.owner_id AS owner_id_10 FROM customer c0_ WHERE c0_.owner_id = ? ORDER BY c0_.updated_at DESC, c0_.id DESC LIMIT 20
Parameters:
[
  null
]
0.24 ms
(8.52%)
1
SELECT COUNT(c0_.id) AS sclr_0 FROM customer c0_ WHERE c0_.owner_id = ?
Parameters:
[
  null
]

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.

Entities Mapping

Class Mapping errors
App\Entity\Customer No errors.
App\Entity\User
  • The field 'App\Entity\User#photoFile' has the property type 'App\Entity\UploadedFile' that differs from the metadata field type 'string' returned by the 'string' DBAL type.
  • The association App\Entity\User#school refers to the inverse side field App\Entity\School#lessons which does not exist.
  • The association App\Entity\User#currentSchool refers to the inverse side field App\Entity\School#lessons which does not exist.
  • The field App\Entity\User#quotes is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Quote#owner does not contain the required 'inversedBy="quotes"' attribute.