Query Metrics
2
Database Queries
2
Different statements
3.23 ms
Query time
0
Invalid entities
25
Managed entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
2.36 ms (72.90%) |
1 |
SELECT t0.id AS id_6, t0.email AS email_7, t0.roles AS roles_8, t0.password AS password_9, t0.first_name AS first_name_10, t0.last_name AS last_name_11, t0.is_active AS is_active_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.auth_token AS auth_token_15, t0.auth_token_expires_at AS auth_token_expires_at_16, t0.fcm_token AS fcm_token_17, t0.discriminator, t1.specialization AS specialization_18, t2.family_id AS family_id_19, t3.pseudo AS pseudo_20, t3.class AS class_21, t3.school_name AS school_name_22, t3.points AS points_23, t3.need_tags AS need_tags_24, t3.family_id AS family_id_25, t4.specializations AS specializations_26 FROM `user` t0 LEFT JOIN coach t1 ON t0.id = t1.id LEFT JOIN parent_user t2 ON t0.id = t2.id LEFT JOIN student t3 ON t0.id = t3.id LEFT JOIN specialist t4 ON t0.id = t4.id LEFT JOIN admin t5 ON t0.id = t5.id WHERE t0.id = ?
Parameters:
[
2
]
|
||||||||||||||||||||||||||||
|
0.88 ms (27.10%) |
1 |
SELECT n0_.id AS id_0, n0_.type AS type_1, n0_.title AS title_2, n0_.message AS message_3, n0_.data AS data_4, n0_.url AS url_5, n0_.is_read AS is_read_6, n0_.read_at AS read_at_7, n0_.created_at AS created_at_8, n0_.recipient_id AS recipient_id_9, n0_.objective_id AS objective_id_10, n0_.task_id AS task_id_11, n0_.request_id AS request_id_12 FROM notifications n0_ WHERE n0_.recipient_id = ? ORDER BY n0_.created_at DESC LIMIT 20
Parameters:
[
2
]
|
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\Notification | 20 |
| App\Entity\Request | 4 |
| App\Entity\User | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\User | No errors. |
| App\Entity\Coach | No errors. |
| App\Entity\ParentUser | No errors. |
| App\Entity\Student | No errors. |
| App\Entity\Specialist | No errors. |
| App\Entity\Admin | No errors. |
| App\Entity\Family | No errors. |
| App\Entity\Comment | No errors. |
| App\Entity\Objective | No errors. |
| App\Entity\Request | No errors. |
| App\Entity\Availability | No errors. |
| App\Entity\Notification | No errors. |
| App\Entity\Task | No errors. |