POST http://portalhospitalgranada.novaimaging.co/api/v1/reset/patient

Query Metrics

12 Database Queries
7 Different statements
13.24 ms Query time
0 Invalid entities
5 Managed entities

Queries

Group similar statements

# Time Info
1 2.72 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.document_type AS document_type_5, t0.num_document AS num_document_6, t0.ei_id AS ei_id_7, t0.configurations AS configurations_8, t0.first_login AS first_login_9, t0.last_password_change AS last_password_change_10, t0.last_login AS last_login_11, t0.email_verified AS email_verified_12, t0.company_id AS company_id_13 FROM users t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "api_user@novaimaging.co"
]
2 0.99 ms
SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.address AS address_4, t0.created_at AS created_at_5, t0.status AS status_6, t0.configurations AS configurations_7 FROM company t0 WHERE t0.id = ?
Parameters:
[
  "e9c196e8-36ae-4d12-81cb-f0a694298fe9"
]
3 0.72 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.document_type AS document_type_5, t0.num_document AS num_document_6, t0.ei_id AS ei_id_7, t0.configurations AS configurations_8, t0.first_login AS first_login_9, t0.last_password_change AS last_password_change_10, t0.last_login AS last_login_11, t0.email_verified AS email_verified_12, t0.company_id AS company_id_13 FROM users t0 WHERE t0.ei_id = ? LIMIT 1
Parameters:
[
  "019f52c2-edfa-7d23-af4c-04b821a07489"
]
4 0.48 ms
"START TRANSACTION"
Parameters:
[]
5 1.33 ms
INSERT INTO users (id, email, roles, password, document_type, num_document, ei_id, configurations, first_login, last_password_change, last_login, email_verified, company_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  "019f52c2-f32d-70ac-bb47-3987e74597a1"
  ""
  "["ROLE_PATIENT"]"
  "$2y$13$KMxepyOToaHUOtKmHRuwGeYYz4HoamBObbk3u4fa9/bjAC/m.iqby"
  "CC"
  "7488471"
  "019f52c2-edfa-7d23-af4c-04b821a07489"
  null
  0
  "2026-07-11 19:58:55"
  null
  0
  "e9c196e8-36ae-4d12-81cb-f0a694298fe9"
]
6 1.68 ms
"COMMIT"
Parameters:
[]
7 0.28 ms
"START TRANSACTION"
Parameters:
[]
8 1.28 ms
INSERT INTO logs (id, action, module, description, created_at, reason, owner_id, share_token_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  "019f52c2-f332-7a92-9443-1e78541a2b80"
  "PASSWORD_CHANGE_ADMIN"
  "API"
  "Registro de paciente con contraseña inicial vía API - Usuario: "
  "2026-07-11 19:58:55"
  null
  "019f52c2-f32d-70ac-bb47-3987e74597a1"
  null
]
9 1.64 ms
"COMMIT"
Parameters:
[]
10 0.26 ms
"START TRANSACTION"
Parameters:
[]
11 0.54 ms
INSERT INTO logs (id, action, module, description, created_at, reason, owner_id, share_token_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  "019f52c2-f335-793e-808d-81faad79b825"
  "RESET_PATIENT"
  "reset_patient"
  "Entra al else"
  "2026-07-11 19:58:55"
  null
  null
  null
]
12 1.29 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\Users 2
App\Entity\Logs 2
App\Entity\Company 1

Entities Mapping

Class Mapping errors
App\Entity\Users No errors.
App\Entity\Company No errors.
App\Entity\ShareToken No errors.
App\Entity\Logs No errors.
App\Entity\Integrations No errors.