POST https://biobt.sarabit.com/mobile/public/user/auth.json

Query Metrics

4 Database Queries
4 Different statements
3.76 ms Query time
3 Invalid entities

Grouped Statements

Show all queries

Time Count Info
2.25 ms
(59.84%)
1
"COMMIT"
Parameters:
[]
0.88 ms
(23.47%)
1
SELECT u0_.id AS id_0, u0_.mobile AS mobile_1, u0_.name AS name_2, u0_.app_mode AS app_mode_3, u0_.is_deleted AS is_deleted_4, u0_.email AS email_5 FROM user u0_ WHERE u0_.mobile = ? OR u0_.email = ?
Parameters:
[
  " "
  " "
]
0.47 ms
(12.47%)
1
INSERT INTO user_otp_keys (guid, otp, user_id) VALUES (?, ?, ?)
Parameters:
[
  "c3512e03-e81f-41c6-91c8-3abbaa5984ab"
  "1451"
  3
]
0.16 ms
(4.23%)
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\User
  • The mappings App\Entity\User#ecgRecords and App\Entity\EcgRecord#user are inconsistent with each other.
App\Entity\UserAuthKeys No errors.
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.