POST https://careconcept-n2a.myn2a.online/organisation/units/68c22437-8759-46c4-aeb2-fa442a8abc94/add-users

Query Metrics

6 Database Queries
5 Different statements
3.27 ms Query time
1 Invalid entities
7 Managed entities

Grouped Statements

Show all queries

Time Count Info
1.21 ms
(36.94%)
2
SELECT t0.clef AS clef_1, t0.valeur AS valeur_2 FROM app_config t0 WHERE t0.clef = ?
Parameters:
[
  "maintenance_mode"
]
0.73 ms
(22.45%)
1
SELECT t0.uuid AS uuid_1, t0.email AS email_2, t0.prenom AS prenom_3, t0.nom AS nom_4, t0.telephone AS telephone_5, t0.ifu AS ifu_6, t0.photo AS photo_7, t0.roles AS roles_8, t0.position_updated_at AS position_updated_at_9, t0.type_compte AS type_compte_10, t0.created_at AS created_at_11, t0.last_login_at AS last_login_at_12, t0.bpay_account AS bpay_account_13, t0.business_pay_account AS business_pay_account_14, t0.care_concept_account AS care_concept_account_15, t0.cashline_account AS cashline_account_16, t0.current_lat AS current_lat_17, t0.current_lon AS current_lon_18, t19.id AS id_20, t19.numero_carte AS numero_carte_21, t19.points_actuels AS points_actuels_22, t19.points_totaux AS points_totaux_23, t19.created_at AS created_at_24, t19.user_uuid AS user_uuid_25 FROM users t0 LEFT JOIN fidelity_card t19 ON t19.user_uuid = t0.uuid WHERE t0.uuid = ?
Parameters:
[
  "5744ad07-6692-4bf5-aabf-613bece4c3e8"
]
0.59 ms
(17.92%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.position AS position_4, t0.path AS path_5, t0.level AS level_6, t0.children_count AS children_count_7, t0.created_at AS created_at_8, t0.manager_uuid AS manager_uuid_9, t0.enseigne_id AS enseigne_id_10, t0.type_entity_id AS type_entity_id_11, t0.parent_id AS parent_id_12 FROM hr_organizational_unit t0 WHERE t0.id = ?
Parameters:
[
  "68c22437-8759-46c4-aeb2-fa442a8abc94"
]
0.40 ms
(12.29%)
1
SELECT t0.uuid AS uuid_1, t0.email AS email_2, t0.prenom AS prenom_3, t0.nom AS nom_4, t0.telephone AS telephone_5, t0.ifu AS ifu_6, t0.photo AS photo_7, t0.roles AS roles_8, t0.position_updated_at AS position_updated_at_9, t0.type_compte AS type_compte_10, t0.created_at AS created_at_11, t0.last_login_at AS last_login_at_12, t0.bpay_account AS bpay_account_13, t0.business_pay_account AS business_pay_account_14, t0.care_concept_account AS care_concept_account_15, t0.cashline_account AS cashline_account_16, t0.current_lat AS current_lat_17, t0.current_lon AS current_lon_18, t19.id AS id_20, t19.numero_carte AS numero_carte_21, t19.points_actuels AS points_actuels_22, t19.points_totaux AS points_totaux_23, t19.created_at AS created_at_24, t19.user_uuid AS user_uuid_25 FROM users t0 LEFT JOIN fidelity_card t19 ON t19.user_uuid = t0.uuid WHERE t0.email = ? LIMIT 1
Parameters:
[
  "f_singbo@n2a.online"
]
0.34 ms
(10.40%)
1
SELECT t0.uuid AS uuid_1, t0.email AS email_2, t0.prenom AS prenom_3, t0.nom AS nom_4, t0.telephone AS telephone_5, t0.ifu AS ifu_6, t0.photo AS photo_7, t0.roles AS roles_8, t0.position_updated_at AS position_updated_at_9, t0.type_compte AS type_compte_10, t0.created_at AS created_at_11, t0.last_login_at AS last_login_at_12, t0.bpay_account AS bpay_account_13, t0.business_pay_account AS business_pay_account_14, t0.care_concept_account AS care_concept_account_15, t0.cashline_account AS cashline_account_16, t0.current_lat AS current_lat_17, t0.current_lon AS current_lon_18, t19.id AS id_20, t19.numero_carte AS numero_carte_21, t19.points_actuels AS points_actuels_22, t19.points_totaux AS points_totaux_23, t19.created_at AS created_at_24, t19.user_uuid AS user_uuid_26 FROM users t0 LEFT JOIN fidelity_card t19 ON t19.user_uuid = t0.uuid WHERE t0.uuid = ?
Parameters:
[
  "f30ee7d5-2dfb-4838-b76f-3297bb95e21e"
]

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\AppConfig 2
App\Entity\HR\OrganizationalUnit 2
App\Entity\Users 1
App\Entity\Enseigne 1
App\Entity\HR\UnitType 1

Entities Mapping

Class Mapping errors
App\Entity\AppConfig No errors.
App\Entity\Users No errors.
App\Entity\FidelityCard No errors.
App\Entity\Reward No errors.
App\Entity\HR\UserOrganizationalUnit No errors.
App\Entity\HR\OrganizationalUnit No errors.
App\Entity\Enseigne No errors.
App\Entity\HR\UnitType
  • The field App\Entity\HR\UnitType#units is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\HR\OrganizationalUnit#typeEntity does not contain the required 'inversedBy="units"' attribute.