POST https://mellis-command.mypreprod.xyz/api/users

Query Metrics

5 Database Queries
4 Different statements
8.07 ms Query time
3 Invalid entities

Grouped Statements

Show all queries

Time Count Info
3.48 ms
(43.16%)
1
SELECT t0.id AS id_1, t0.username AS username_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.status AS status_6, t0.first_name AS first_name_7, t0.last_name AS last_name_8, t0.phone AS phone_9, t0.photo AS photo_10, t0.civility AS civility_11, t0.latitude AS latitude_12, t0.longitude AS longitude_13, t0.sage_id AS sage_id_14, t0.created AS created_15, t0.updated AS updated_16, t0.local_area_id AS local_area_id_17, t0.commercial_customer_id AS commercial_customer_id_18 FROM "user" t0 WHERE t0.sage_id = ? LIMIT 1
Parameters:
[
  "21476_DTL0009935"
]
2.44 ms
(30.30%)
2
SELECT t0.id AS id_1, t0.username AS username_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.status AS status_6, t0.first_name AS first_name_7, t0.last_name AS last_name_8, t0.phone AS phone_9, t0.photo AS photo_10, t0.civility AS civility_11, t0.latitude AS latitude_12, t0.longitude AS longitude_13, t0.sage_id AS sage_id_14, t0.created AS created_15, t0.updated AS updated_16, t0.local_area_id AS local_area_id_17, t0.commercial_customer_id AS commercial_customer_id_18 FROM "user" t0 WHERE t0.username = ? LIMIT 1
Parameters:
[
  "415a7875fa0841846q@melis.com"
]
1.61 ms
(19.99%)
1
SELECT t0.id AS id_1, t0.address AS address_2, t0.city AS city_3, t0.zip AS zip_4, t0.country AS country_5 FROM address t0 INNER JOIN user_address ON t0.id = user_address.address_id WHERE user_address.user_id = ?
Parameters:
[
  170918
]
0.53 ms
(6.56%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.local AS local_3, t0.sage_id AS sage_id_4 FROM local_area t0 WHERE t0.sage_id = ? LIMIT 1
Parameters:
[
  "3"
]

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
  • The association App\Entity\User#equipmentAttributions refers to the owning side field App\Entity\EquipmentAttribution#users which does not exist.
App\Entity\LocalArea No errors.
App\Entity\Address No errors.
App\Entity\Order
  • The field 'App\Entity\Order#amount' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
App\Entity\OrderHistory No errors.
App\Entity\EquipmentAttribution
  • The mappings App\Entity\EquipmentAttribution#user and App\Entity\User#equipmentAttributions are inconsistent with each other.