Query Metrics
3
Database Queries
3
Different statements
0.70 ms
Query time
0
Invalid entities
1
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.28 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.roles AS roles_5, t0.password AS password_6, t0.legacy_id AS legacy_id_7, t0.is_active AS is_active_8, t0.created_at AS created_at_9, t0.last_login_at AS last_login_at_10, t0.last_seen_at AS last_seen_at_11, t0.phone AS phone_12, t0.dashboard_type AS dashboard_type_13, t0.seen_version_id AS seen_version_id_14, t0.calendar_slot_min AS calendar_slot_min_15, t0.calendar_slot_max AS calendar_slot_max_16, t0.work_hours_start AS work_hours_start_17, t0.work_hours_end AS work_hours_end_18 FROM `user` t0 WHERE t0.id = ?
Parameters:
[
1
]
|
| 2 | 0.26 ms |
SELECT n0_.id AS id_0, n0_.type AS type_1, n0_.title AS title_2, n0_.message AS message_3, n0_.url AS url_4, n0_.is_read AS is_read_5, n0_.created_at AS created_at_6, n0_.user_id AS user_id_7 FROM notification n0_ WHERE n0_.user_id = ? AND n0_.is_read = 0 ORDER BY n0_.created_at DESC LIMIT 10
Parameters:
[
1
]
|
| 3 | 0.15 ms |
SELECT COUNT(n0_.id) AS sclr_0 FROM notification n0_ WHERE n0_.user_id = ? AND n0_.is_read = 0
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\User | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\User | No errors. |
| App\Entity\CrmPartner | No errors. |
| App\Entity\ServiceJobRole | No errors. |
| App\Entity\ImapAccount | No errors. |
| App\Entity\Notification | No errors. |