GET https://my-technima.preprod-16h33.fr/

Query Metrics

1 Database Queries
1 Different statements
265.65 ms Query time
1 Invalid entities

Queries

Group similar statements

# Time Info
1 265.65 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.date_add AS date_add_5, t0.date_upd AS date_upd_6, t0.firstname AS firstname_7, t0.lastname AS lastname_8, t0.color AS color_9, t0.available_to AS available_to_10, t0.auth_code AS auth_code_11, t0.mdd_brand_requested AS mdd_brand_requested_12, t0.interface_lang_id AS interface_lang_id_13, t0.lang_in_charge_id AS lang_in_charge_id_14 FROM user t0 WHERE t0.id = ?
Parameters:
[
  6
]

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\Lang No errors.
App\Entity\Brand No errors.
App\Entity\MddBrand
  • The field App\Entity\MddBrand#products is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Product#mddBrand does not contain the required 'inversedBy="products"' attribute.