POST https://login.benael.com/login

Query Metrics

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

Queries

Group similar statements

# Time Info
1 1.89 ms
SELECT t0.id AS id_1, t0.username AS username_2, t0.email AS email_3, t0.is_enabled AS is_enabled_4, t0.creation_date AS creation_date_5, t0.history AS history_6, t0.organisation_id AS organisation_id_7 FROM user t0 WHERE t0.username = ? LIMIT 1
Parameters:
[
  "t6ijyatq70@yahoo.com"
]
2 0.54 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.adress AS adress_3, t0.postal_code AS postal_code_4, t0.city AS city_5, t0.country AS country_6, t0.api_url AS api_url_7, t0.enabled AS enabled_8, t0.logo AS logo_9, t0.code AS code_10, t0.image_login AS image_login_11, t0.default_locale AS default_locale_12, t0.website AS website_13, t0.client_id AS client_id_14, t0.secret AS secret_15, t16.id AS id_17, t16.date_start AS date_start_18, t16.date_end AS date_end_19, t16.history AS history_20, t16.plan_id AS plan_id_21, t16.customer_id AS customer_id_22 FROM customer t0 LEFT JOIN customer_plan t16 ON t16.customer_id = t0.id WHERE t0.code = ? LIMIT 1
Parameters:
[
  "t6ijyatq70@yahoo.com"
]

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\User No errors.
App\Entity\Customer No errors.
App\Entity\CustomerPlan No errors.
App\Entity\Plan No errors.