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

Query Metrics

22 Database Queries
9 Different statements
20.95 ms Query time
3 Invalid entities

Grouped Statements

Show all queries

Time Count Info
8.10 ms
(38.68%)
5
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:
[
  "d55d64bf-2613-4535-bb74-fa2f46933a8e"
]
4.02 ms
(19.20%)
2
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:
[
  "3ddccd0d-9078-464d-bd18-301f08d11216"
]
2.42 ms
(11.55%)
5
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:
[
  435
  1
]
2.24 ms
(10.68%)
5
UPDATE patient SET last_modified = ? WHERE id = ?
Parameters:
[
  "2026-04-01 11:29:56"
  1353
]
1.87 ms
(8.91%)
1
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:
[
  "3ddccd0d-9078-464d-bd18-301f08d11216"
]
1.04 ms
(4.97%)
1
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:
[
  435
]
1.02 ms
(4.89%)
1
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:
[
  "3ddccd0d-9078-464d-bd18-301f08d11216"
]
0.12 ms
(0.56%)
1
"START TRANSACTION"
Parameters:
[]
0.12 ms
(0.56%)
1
"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.