POST https://interface-belfort.1055.fr/check-customer-exist

Query Metrics

2 Database Queries
2 Different statements
25.40 ms Query time
0 Invalid entities

Queries

Group similar statements

reservation connection

# Time Info
1 0.22 ms
SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4 FROM `user` t0 WHERE t0.id = ?
Parameters:
[
  9
]

customer connection

# Time Info
1 25.18 ms
SELECT c0_.id AS id_0, c0_.roles AS roles_1, c0_.password AS password_2, c0_.company AS company_3, c0_.customer_number AS customer_number_4, c0_.firstname AS firstname_5, c0_.lastname AS lastname_6, c0_.email AS email_7, c0_.phone AS phone_8, c0_.phone_mobile AS phone_mobile_9, c0_.address1 AS address1_10, c0_.address2 AS address2_11, c0_.postcode AS postcode_12, c0_.city AS city_13, c0_.country AS country_14, c0_.birthday AS birthday_15, c0_.solde AS solde_16, c0_.date_add AS date_add_17, c0_.date_upd AS date_upd_18, c0_.comment AS comment_19, c0_.statut AS statut_20, c0_.active AS active_21, c0_.deleted AS deleted_22, c0_.reset_token AS reset_token_23 FROM `customer` c0_ WHERE c0_.firstname LIKE ? OR c0_.lastname LIKE ? LIMIT 5
Parameters:
[
  "%YANIS%"
  "%YANIS%"
]

Database Connections

Name Service
reservation doctrine.dbal.reservation_connection
customer doctrine.dbal.customer_connection

Entity Managers

Name Service
main doctrine.orm.main_entity_manager
customer doctrine.orm.customer_entity_manager

Second Level Cache

Second Level Cache is not enabled.

Entities Mapping

main entity manager

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

customer entity manager

Class Mapping errors
App\Entity\Customer\Customer No errors.