POST https://dev.relaiscrm.com/admin/recherche-du-contact

Query Metrics

2 Database Queries
2 Different statements
1.72 ms Query time
0 Invalid entities
1 Managed entities

Queries

Group similar statements

# Time Info
1 0.96 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.date_signin AS date_signin_5 FROM user t0 WHERE t0.id = ?
Parameters:
[
  1
]
2 0.77 ms
SELECT t0.id_contact AS id_contact_1, t0.contact_number AS contact_number_2, t0.civility AS civility_3, t0.last_name AS last_name_4, t0.first_name AS first_name_5, t0.company_name AS company_name_6, t0.address_complement AS address_complement_7, t0.street AS street_8, t0.district AS district_9, t0.zip_code AS zip_code_10, t0.city AS city_11, t0.country AS country_12, t0.email AS email_13, t0.landline_phone AS landline_phone_14, t0.mobile_phone AS mobile_phone_15 FROM contacts t0 WHERE t0.contact_number = ? LIMIT 1
Parameters:
[
  "123564SQDd"
]

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\User 1

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\Contact No errors.