Query Metrics
12
Database Queries
7
Different statements
13.24 ms
Query time
0
Invalid entities
5
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
4.62 ms (34.86%) |
3 |
"COMMIT"
Parameters:
[] |
|
2.72 ms (20.57%) |
1 |
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"
]
|
|
1.83 ms (13.81%) |
2 |
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 ] |
|
1.33 ms (10.08%) |
1 |
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" ] |
|
1.02 ms (7.73%) |
3 |
"START TRANSACTION"
Parameters:
[] |
|
0.99 ms (7.50%) |
1 |
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"
]
|
|
0.72 ms (5.45%) |
1 |
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"
]
|
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. |