Query Metrics
4
Database Queries
4
Different statements
5.38 ms
Query time
1
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
2.21 ms (41.11%) |
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:
[
"9a3ddac6-1d7c-4869-a14e-3fa49168e000"
]
|
|
1.56 ms (29.07%) |
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:
[
"9a3ddac6-1d7c-4869-a14e-3fa49168e000"
]
|
|
0.83 ms (15.45%) |
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.77 ms (14.37%) |
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:
[
"9a3ddac6-1d7c-4869-a14e-3fa49168e000"
]
|
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 |
|
| App\Entity\AllowedBTDevices | No errors. |