POST https://westrade.eden-trading.com/customer/login

Query Metrics

4 Database Queries
4 Different statements
3.30 ms Query time
0 Invalid entities
2 Managed entities

Grouped Statements

Show all queries

Time Count Info
1.95 ms
(59.18%)
1
"COMMIT"
Parameters:
[]
0.58 ms
(17.66%)
1
SELECT t0.id AS id_1, t0.priority AS priority_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.last_login_at AS last_login_at_5, t0.email AS email_6, t0.roles AS roles_7, t0.password AS password_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.is_active AS is_active_11, t0.is_verified AS is_verified_12, t0.image AS image_13, t0.birth_date AS birth_date_14, t0.nationality AS nationality_15, t0.address AS address_16, t0.city AS city_17, t0.zip_code AS zip_code_18, t0.phone_number AS phone_number_19, t0.token AS token_20, t0.token_expired_at AS token_expired_at_21, t0.created_by AS created_by_22, t0.updated_by AS updated_by_23, t0.country_id AS country_id_24, t0.customer_id AS customer_id_25, t0.type FROM user t0 WHERE t0.email = ? AND t0.type IN ('customerUser', 'customerAgent', 'customerAdmin') LIMIT 1
Parameters:
[
  "moulaye.c+customer-admin@gmail.com"
]
0.50 ms
(15.11%)
1
UPDATE user SET last_login_at = ? WHERE id = ?
Parameters:
[
  "2026-08-15 13:30:37"
  13
]
0.27 ms
(8.05%)
1
"START TRANSACTION"
Parameters:
[]

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
App\Entity\Customer 1

Entities Mapping

Class Mapping errors
App\Entity\AbstractEntity No errors.
App\Entity\User No errors.
App\Entity\CustomerUser No errors.
App\Entity\Country No errors.
App\Entity\Customer No errors.
App\Entity\CustomerAgent No errors.
App\Entity\CustomerAdmin No errors.
App\Entity\Post No errors.
App\Entity\Notification No errors.