POST https://app.plavnt.com/login

Query Metrics

5 Database Queries
5 Different statements
15.56 ms Query time
1 Invalid entities
1 Managed entities

Queries

Group similar statements

# Time Info
1 5.84 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.full_name AS full_name_5, t0.adresse AS adresse_6, t0.phone_number AS phone_number_7, t0.search AS search_8, t0.zip_code AS zip_code_9, t0.city AS city_10, t0.avatar AS avatar_11, t0.lat AS lat_12, t0.lang AS lang_13, t0.area AS area_14, t0.forgot_password_token AS forgot_password_token_15, t0.phone_two AS phone_two_16, t0.social AS social_17, t0.device_id AS device_id_18, t0.active AS active_19, t0.apple_id AS apple_id_20, t0.device_type AS device_type_21, t0.app_language AS app_language_22, t0.last_connected_at AS last_connected_at_23, t0.permissions AS permissions_24, t0.created_at AS created_at_25, t0.updated_at AS updated_at_26, t0.buyer_id AS buyer_id_27 FROM user t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "test@test.com"
]
2 4.37 ms
SELECT t0.id AS id_1, t0.total AS total_2, t0.payment_mode AS payment_mode_3, t0.payment_reference AS payment_reference_4, t0.message AS message_5, t0.search AS search_6, t0.shipping_id AS shipping_id_7, t0.statu AS statu_8, t0.payment_token AS payment_token_9, t0.is_payment_confirmed AS is_payment_confirmed_10, t0.payment_date AS payment_date_11, t0.invoice_id AS invoice_id_12, t0.odoo_invoice_id AS odoo_invoice_id_13, t0.delivery_name AS delivery_name_14, t0.delivery_email AS delivery_email_15, t0.delivery_phone AS delivery_phone_16, t0.delivery_address AS delivery_address_17, t0.delivery_city AS delivery_city_18, t0.delivery_zip_code AS delivery_zip_code_19, t0.delivery_lat AS delivery_lat_20, t0.delivery_lang AS delivery_lang_21, t0.delivery_area AS delivery_area_22, t0.promo_code_discount AS promo_code_discount_23, t0.promo_code_used AS promo_code_used_24, t0.subtotal AS subtotal_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.user_id AS user_id_28, t0.user_adress_id AS user_adress_id_29, t0.promo_code_id AS promo_code_id_30 FROM `orders` t0 WHERE t0.user_id = ?
Parameters:
[
  3
]
3 1.46 ms
"START TRANSACTION"
Parameters:
[]
4 2.37 ms
UPDATE user SET last_connected_at = ?, updated_at = ? WHERE id = ?
Parameters:
[
  "2026-05-13 14:07:49"
  "2026-05-13 14:07:49"
  3
]
5 1.52 ms
"COMMIT"
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\User 1

Entities Mapping

Class Mapping errors
App\Entity\User\User No errors.
App\Entity\Buyer No errors.
App\Entity\Order\Order No errors.
App\Entity\User\UserAdress No errors.
App\Entity\User\UserOccasion
  • The association App\Entity\User\UserOccasion#occasion refers to the inverse side field App\Entity\Occasion#userOccasions which does not exist.
App\Entity\Comment No errors.
App\Entity\Order\OrderMessage No errors.
App\Entity\Notification No errors.
App\Entity\PromoCode No errors.