Query Metrics
2
Database Queries
2
Different statements
1.32 ms
Query time
0
Invalid entities
25
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.89 ms |
SELECT d0_.id AS id_0, d0_.external_id AS external_id_1, d0_.surname AS surname_2, d0_.name AS name_3, d0_.patronymic AS patronymic_4, d0_.online_recording_information AS online_recording_information_5, d0_.sex AS sex_6, d0_.image AS image_7, d0_.specialities AS specialities_8, d0_.near_record AS near_record_9, d0_.is_active AS is_active_10, d0_.created_at AS created_at_11, d0_.updated_at AS updated_at_12 FROM doctor d0_ WHERE d0_.is_active = ? ORDER BY d0_.surname ASC LIMIT 25
Parameters:
[
1
]
|
| 2 | 0.43 ms |
SELECT COUNT(d0_.id) AS sclr_0 FROM doctor d0_ WHERE d0_.is_active = ?
Parameters:
[
1
]
|
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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\Doctor | 25 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Doctor | No errors. |