POST https://biobt.sarabit.com/mobile/user/api/alloweddevices/list.json

Query Metrics

4 Database Queries
4 Different statements
4.09 ms Query time
1 Invalid entities

Grouped Statements

Show all queries

Time Count Info
1.63 ms
(39.82%)
1
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.99 ms
(24.30%)
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.91 ms
(22.33%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.service_uuid AS service_uuid_3, t0.characteristic_uuid AS characteristic_uuid_4, t0.created_on AS created_on_5 FROM allowed_btdevices t0
Parameters:
[]
0.55 ms
(13.55%)
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"
]

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\AllowedBTDevices No errors.