POST http://crm.studio128k.com/user/create

Query Metrics

71 Database Queries
18 Different statements
21.79 ms Query time
2 Invalid entities
142 Managed entities

Grouped Statements

Show all queries

Time Count Info
6.29 ms
(28.88%)
42
SELECT t0.id AS id_1, t0.label AS label_2, t0.action AS action_3, t0.description AS description_4, t0.admin_managed AS admin_managed_5, t0.module_dependant AS module_dependant_6, t0.group_id AS group_id_7 FROM permission t0 WHERE t0.id = ?
Parameters:
[
  1
]
5.45 ms
(25.03%)
4
"COMMIT"
Parameters:
[]
1.66 ms
(7.64%)
1
SELECT r0_.id AS id_0, r0_.name AS name_1, r0_.color AS color_2, r0_.admin AS admin_3, r0_.description AS description_4, r0_.company_id AS company_id_5 FROM role r0_ WHERE r0_.id IN (?)
Parameters:
[
  "7"
]
1.01 ms
(4.65%)
7
SELECT t0.id AS id_1, t0.name AS name_2, t0.label AS label_3 FROM permission_group t0 WHERE t0.id = ?
Parameters:
[
  1
]
0.99 ms
(4.56%)
4
"START TRANSACTION"
Parameters:
[]
0.84 ms
(3.85%)
1
INSERT INTO user (id, email, password, name, surnames, phone, created_at, updated_at, last_login, status, dark_mode, menu_expanded, locale, address, bio, img_profile_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  "019e3af2-f44b-77ec-b9c2-202394179ba4"
  "darribas@studio128k.com"
  "$2y$04$vvVRScQ9nqns7/FUNKraae3Y0RZbzBGjmzZbNhECq8bR9a3MUX9jS"
  "Domingo"
  "Arribas"
  "876543287"
  "2026-05-18 13:57:41"
  null
  null
  1
  0
  1
  "ES"
  "C/ikjdkajsdkja"
  "idfjsjdofjsdjfsjdfjsjdfjs"
  null
]
0.81 ms
(3.74%)
1
SELECT t0.user_id AS user_id_1, t0.permission_id AS permission_id_2 FROM user_has_permission t0 WHERE t0.user_id = ?
Parameters:
[
  "019df6eb-150c-7d11-94b5-0b82926a9bd1"
]
0.74 ms
(3.40%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.is_active AS is_active_3, t0.created_at AS created_at_4 FROM company t0 INNER JOIN user_has_company ON t0.id = user_has_company.company_id WHERE user_has_company.user_id = ?
Parameters:
[
  "019df6eb-150c-7d11-94b5-0b82926a9bd1"
]
0.61 ms
(2.81%)
1
INSERT INTO document (id, original_name, extension, mime_type, file_name, subdirectory, created_at, status, created_by_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  "019e3af2-f456-7efb-ac3d-cb3649a4ea27"
  "551f627a-4a1c-46fe-8a82-189a5eb6f6df.png"
  ".png"
  "image/png"
  "R1z5AlwJMrBzyz5GffDzmUsWQ8jx0r4OCDQxNmzE.png"
  "images/users"
  "2026-05-18 13:57:41"
  1
  null
]
0.55 ms
(2.51%)
1
SELECT t0.role_id AS role_id_1, t0.permission_id AS permission_id_2 FROM role_has_permission t0 WHERE t0.role_id = ?
Parameters:
[
  1
]
0.50 ms
(2.28%)
1
INSERT INTO user_has_company (user_id, company_id) VALUES (?, ?)
Parameters:
[
  Symfony\Component\Uid\UuidV7 {#2614
    __toString(): "019e3af2-f44b-77ec-b9c2-202394179ba4"
  }
  "019df785-25ad-7080-8809-9ecf877d8179"
]
0.49 ms
(2.26%)
1
INSERT INTO user_has_role (user_id, role_id) VALUES (?, ?)
Parameters:
[
  Symfony\Component\Uid\UuidV7 {#2614
    __toString(): "019e3af2-f44b-77ec-b9c2-202394179ba4"
  }
  7
]
0.42 ms
(1.93%)
1
UPDATE user SET created_at = ?, img_profile_id = ? WHERE id = ?
Parameters:
[
  "2026-05-18 13:57:41"
  Symfony\Component\Uid\UuidV7 {#2575
    __toString(): "019e3af2-f456-7efb-ac3d-cb3649a4ea27"
  }
  Symfony\Component\Uid\UuidV7 {#2614
    __toString(): "019e3af2-f44b-77ec-b9c2-202394179ba4"
  }
]
0.34 ms
(1.55%)
1
SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.name AS name_4, t0.surnames AS surnames_5, t0.phone AS phone_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.last_login AS last_login_9, t0.status AS status_10, t0.dark_mode AS dark_mode_11, t0.menu_expanded AS menu_expanded_12, t0.locale AS locale_13, t0.address AS address_14, t0.bio AS bio_15, t0.img_profile_id AS img_profile_id_16 FROM user t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "darribas@studio128k.com"
]
0.31 ms
(1.45%)
1
SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.name AS name_4, t0.surnames AS surnames_5, t0.phone AS phone_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.last_login AS last_login_9, t0.status AS status_10, t0.dark_mode AS dark_mode_11, t0.menu_expanded AS menu_expanded_12, t0.locale AS locale_13, t0.address AS address_14, t0.bio AS bio_15, t0.img_profile_id AS img_profile_id_16 FROM user t0 WHERE t0.id = ?
Parameters:
[
  "019df6eb-150c-7d11-94b5-0b82926a9bd1"
]
0.29 ms
(1.34%)
1
SELECT t0.user_id AS user_id_1, t0.role_id AS role_id_2 FROM user_has_role t0 WHERE t0.user_id = ?
Parameters:
[
  "019df6eb-150c-7d11-94b5-0b82926a9bd1"
]
0.27 ms
(1.25%)
1
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.is_active AS is_active_2, c0_.created_at AS created_at_3 FROM company c0_ WHERE c0_.id IN (?)
Parameters:
[
  "019df785-25ad-7080-8809-9ecf877d8179"
]
0.20 ms
(0.90%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.admin AS admin_4, t0.description AS description_5, t0.company_id AS company_id_6 FROM role t0 WHERE t0.id = ?
Parameters:
[
  1
]

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\UserHasPermission 42
App\Entity\Permission\Permission 42
App\Entity\Role\RoleHasPermission 42
App\Entity\Permission\PermissionGroup 7
App\Entity\User\User 2
App\Entity\Document\Document 2
App\Entity\User\UserHasRole 2
App\Entity\Role\Role 2
App\Entity\Company\Company 1

Entities Mapping

Class Mapping errors
App\Entity\User\User
  • The field App\Entity\User\User#tasks is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Task\Task#assignedUsers does not contain the required 'inversedBy: "tasks"' attribute.
App\Entity\Document\Document
  • The field App\Entity\Document\Document#projectHasDocuments is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Project\ProjectHasDocument#document does not contain the required 'inversedBy: "projectHasDocuments"' attribute.
App\Entity\User\UserHasDocument No errors.
App\Entity\User\UserHasRole No errors.
App\Entity\User\UserHasPermission No errors.
App\Entity\Company\Company No errors.
App\Entity\Task\Task No errors.
App\Entity\Role\Role No errors.
App\Entity\Role\RoleHasPermission No errors.
App\Entity\Permission\Permission No errors.
App\Entity\Permission\PermissionGroup No errors.
App\Entity\Client\Client No errors.
App\Entity\Project\Project No errors.
App\Entity\Project\ProjectHasDocument No errors.