POST https://tidy.alfredocruz.cl/login

Query Metrics

8 Database Queries
6 Different statements
15.18 ms Query time
0 Invalid entities
2 Managed entities

Queries

Group similar statements

# Time Info
1 0.96 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.permisos AS permisos_4, t0.password AS password_5, t0.nombre AS nombre_6, t0.apellido AS apellido_7, t0.activo AS activo_8, t0.last_login_at AS last_login_at_9, t0.password_changed_at AS password_changed_at_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.failed_login_attempts AS failed_login_attempts_13, t0.locked_until AS locked_until_14, t0.must_change_password AS must_change_password_15, t0.clearance AS clearance_16, t0.avatar_id AS avatar_id_17 FROM user t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "admin@tidyhr.cl"
]
2 0.79 ms
"START TRANSACTION"
Parameters:
[]
3 0.86 ms
UPDATE user SET last_login_at = ? WHERE id = ?
Parameters:
[
  "2026-02-20 19:10:44"
  1
]
4 4.62 ms
"COMMIT"
Parameters:
[]
5 0.61 ms
"START TRANSACTION"
Parameters:
[]
6 0.92 ms
INSERT INTO audit_log (accion, entity_type, entity_id, rut_consultado, ip_address, user_agent, datos_anteriores, datos_nuevos, metadata, fecha, user_id, empresa_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  "login"
  null
  null
  null
  "186.104.18.84"
  "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36"
  null
  null
  null
  "2026-02-20 19:10:44"
  1
  null
]
7 4.50 ms
"COMMIT"
Parameters:
[]
8 1.93 ms
SELECT t0.id AS id_1, t0.rut AS rut_2, t0.razon_social AS razon_social_3, t0.activa AS activa_4, t0.medipass_key AS medipass_key_5, t0.imed_key AS imed_key_6, t0.salesforce_id AS salesforce_id_7, t0.exists_in_salesforce AS exists_in_salesforce_8, t0.origen AS origen_9, t0.last_sync_at AS last_sync_at_10, t0.salesforce_parent_id AS salesforce_parent_id_11, t0.is_holding AS is_holding_12, t0.codigo_actividad AS codigo_actividad_13, t0.direccion_tramitacion AS direccion_tramitacion_14, t0.comuna_tramitacion AS comuna_tramitacion_15, t0.ciudad_tramitacion AS ciudad_tramitacion_16, t0.pais_tramitacion AS pais_tramitacion_17, t0.telefono_empresa AS telefono_empresa_18, t0.created_at AS created_at_19, t0.updated_at AS updated_at_20, t0.parent_empresa_id AS parent_empresa_id_21, t0.logo_id AS logo_id_22 FROM empresa t0 INNER JOIN user_empresa ON t0.id = user_empresa.empresa_id WHERE user_empresa.user_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 1
App\Entity\AuditLog 1

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\Archivo No errors.
App\Entity\Empresa No errors.
App\Entity\AuditLog No errors.