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

Query Metrics

70 Database Queries
9 Different statements
30.60 ms Query time
3 Invalid entities

Grouped Statements

Show all queries

Time Count Info
18.33 ms
(59.90%)
21
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:
[
  "b2d915d0-0736-4a2f-b1a7-a355b7cf58ed"
]
5.11 ms
(16.69%)
21
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:
[
  277
  1
]
3.32 ms
(10.85%)
21
UPDATE patient SET last_modified = ? WHERE id = ?
Parameters:
[
  "2026-04-29 14:24:16"
  1414
]
1.90 ms
(6.21%)
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:
[
  "8ae84078-5215-43c1-bb5b-eb496e3e9308"
]
0.86 ms
(2.81%)
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:
[
  "8ae84078-5215-43c1-bb5b-eb496e3e9308"
]
0.54 ms
(1.75%)
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:
[
  277
]
0.36 ms
(1.18%)
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:
[
  "8ae84078-5215-43c1-bb5b-eb496e3e9308"
]
0.10 ms
(0.32%)
1
"COMMIT"
Parameters:
[]
0.09 ms
(0.28%)
1
"START TRANSACTION"
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.