POST http://demo.novaimaging.co/api/login_check

Query Metrics

7 Database Queries
5 Different statements
9.46 ms Query time
3 Invalid entities
2 Managed entities

Grouped Statements

Show all queries

default connection

Time Count Info
3.09 ms
(32.68%)
2
"COMMIT"
Parameters:
[]
3.00 ms
(31.71%)
1
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.is_verified AS is_verified_5, t0.user_name AS user_name_6, t0.user_lastname AS user_lastname_7, t0.title AS title_8, t0.configurations AS configurations_9, t0.status AS status_10, t0.medical_registration AS medical_registration_11, t0.phone AS phone_12, t0.signature AS signature_13, t0.profile_picture AS profile_picture_14, t0.user_address AS user_address_15, t0.group_roles AS group_roles_16, t0.signature_specialty AS signature_specialty_17, t0.num_document AS num_document_18, t0.code AS code_19, t0.autovalidator AS autovalidator_20, t0.session_token AS session_token_21, t0.nusa_user_id AS nusa_user_id_22, t0.nusa_application_name AS nusa_application_name_23, t0.nusa_language AS nusa_language_24, t0.nusa_topic AS nusa_topic_25, t0.document_type_id AS document_type_id_26 FROM users t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "api_user@novaimaging.co"
]
1.47 ms
(15.53%)
1
INSERT INTO client_info (id, ip, browser, browser_version, os, user_agent, type_registration, created_at, owner_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  "019b6de8-bacb-738b-b9e8-cd355cba19b2"
  "34.125.173.201"
  "Symfony"
  "HttpClient"
  null
  "Symfony HttpClient (Curl)"
  "Inicio de session"
  "2025-12-30 06:18:47"
  "71000f8c-8a05-4e66-b0ed-a1e0bc33c963"
]
0.97 ms
(10.30%)
1
UPDATE users SET session_token = ? WHERE id = ?
Parameters:
[
  "50a581ade82dd57f4b1ac8b0379eaedc0eff948e9bdd2f91533aa4ecb8e72e3d"
  "71000f8c-8a05-4e66-b0ed-a1e0bc33c963"
]
0.93 ms
(9.78%)
2
"START TRANSACTION"
Parameters:
[]

Database Connections

Name Service
default doctrine.dbal.default_connection
customer doctrine.dbal.customer_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager
customer doctrine.orm.customer_entity_manager

Second Level Cache

Second Level Cache is not enabled.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\Users 1
App\Entity\ClientInfo 1

customer entity manager

Class Amount of managed objects

Entities Mapping

default entity manager

Class Mapping errors
App\Entity\Users
  • The field App\Entity\Users#usersAuthorized is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\Users#usersAuthorized does not contain the required 'mappedBy="usersAuthorized"' attribute.
  • The association App\Entity\Users#accessLinks refers to the owning side field App\Entity\AccessLink#owner which does not exist.
App\Entity\DocumentType No errors.
App\Entity\Company
  • The mappings App\Entity\Company#patients and App\Entity\Patient#company are inconsistent with each other.
App\Entity\Specialty No errors.
App\Entity\BodyPart No errors.
App\Entity\PasswordRecovery No errors.
App\Entity\Logs No errors.
App\Entity\Site No errors.
App\Entity\Solicitude
  • The mappings App\Entity\Solicitude#agreement and App\Entity\Agreement#solicitudes are inconsistent with each other.
  • The mappings App\Entity\Solicitude#insurance and App\Entity\Insurance#solicitudes are inconsistent with each other.
  • The mappings App\Entity\Solicitude#DiagnosisOut and App\Entity\Cie10#solicitudes are inconsistent with each other.
App\Entity\WorkFlow No errors.
App\Entity\Forms No errors.
App\Entity\Records No errors.
App\Entity\EnterpriseWorkflow No errors.
App\Entity\EvidenceDocument No errors.
App\Entity\SurveyData No errors.
App\Entity\StructuredTemplates No errors.
App\Entity\ClientInfo No errors.
App\Entity\AccessLink No errors.

customer entity manager

No loaded entities.