POST https://biobt.sarabit.com/mobile/user/api/patient/patientsync

Query Metrics

10 Database Queries
9 Different statements
22.33 ms Query time
3 Invalid entities

Queries

Group similar statements

# Time Info
1 1.59 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM super_admin t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "ba37adc9-8be9-41b3-be07-000b4c9d31fe"
]
2 1.06 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.code AS code_6 FROM doctor t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "ba37adc9-8be9-41b3-be07-000b4c9d31fe"
]
3 4.52 ms
SELECT t0.id AS id_1, t0.auth_key AS auth_key_2, t0.roles AS roles_3, t0.user_id AS user_id_4 FROM user_auth_keys t0 WHERE t0.auth_key = ? LIMIT 1
Parameters:
[
  "ba37adc9-8be9-41b3-be07-000b4c9d31fe"
]
4 2.11 ms
SELECT t0.id AS id_1, t0.auth_key AS auth_key_2, t0.roles AS roles_3, t0.user_id AS user_id_4 FROM user_auth_keys t0 WHERE t0.auth_key = ? LIMIT 1
Parameters:
[
  "ba37adc9-8be9-41b3-be07-000b4c9d31fe"
]
5 1.35 ms
SELECT t0.id AS id_1, t0.mobile AS mobile_2, t0.name AS name_3, t0.app_mode AS app_mode_4, t0.is_deleted AS is_deleted_5, t0.email AS email_6, t0.doctor_id AS doctor_id_7 FROM user t0 WHERE t0.id = ?
Parameters:
[
  438
]
6 4.52 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.age AS age_3, t0.gender AS gender_4, t0.height AS height_5, t0.weight AS weight_6, t0.mobile AS mobile_7, t0.aadhar_id AS aadhar_id_8, t0.address AS address_9, t0.history AS history_10, t0.remark AS remark_11, t0.guid AS guid_12, t0.last_modified AS last_modified_13, t0.is_default AS is_default_14, t0.code AS code_15, t0.diabetic AS diabetic_16, t0.smoker AS smoker_17, t0.ref_id AS ref_id_18, t0.doctor_id AS doctor_id_19, t0.user_id AS user_id_20 FROM patient t0 WHERE t0.guid = ? LIMIT 1
Parameters:
[
  "7edd2bf8-5934-4284-8346-d27ede81b0f8"
]
7 3.99 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t0.designation AS designation_4, t0.designation2 AS designation2_5, t0.guid AS guid_6, t0.last_modified AS last_modified_7, t0.is_default AS is_default_8, t0.user_id AS user_id_9 FROM user_doctor t0 WHERE t0.user_id = ? AND t0.is_default = ? LIMIT 1
Parameters:
[
  438
  1
]
8 0.13 ms
"START TRANSACTION"
Parameters:
[]
9 2.86 ms
UPDATE patient SET last_modified = ? WHERE id = ?
Parameters:
[
  "2026-04-17 12:51:37"
  1409
]
10 0.19 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.

Entities Mapping

Class Mapping errors
App\Entity\SuperAdmin No errors.
App\Entity\Doctor No errors.
App\Entity\UserAuthKeys No errors.
App\Entity\User
  • The mappings App\Entity\User#ecgRecords and App\Entity\EcgRecord#user are inconsistent with each other.
App\Entity\UserOtpKeys No errors.
App\Entity\UserDoctor No errors.
App\Entity\Patient
  • The mappings App\Entity\Patient#ecgRecords and App\Entity\EcgRecord#patient are inconsistent with each other.
App\Entity\EcgRecord
  • The association App\Entity\EcgRecord#user refers to the inverse side field App\Entity\User#ecgReacords which does not exist.
  • The association App\Entity\EcgRecord#patient refers to the inverse side field App\Entity\Patient#ecgReacords which does not exist.
App\Entity\HolterRecords No errors.
App\Entity\Enquiry No errors.
App\Entity\Notification No errors.
App\Entity\RrGluData No errors.