Query Metrics
4
Database Queries
3
Different statements
0.97 ms
Query time
0
Invalid entities
10
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.39 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.username AS username_3, t0.first_name AS first_name_4, t0.join_date AS join_date_5, t0.image AS image_6, t0.cover AS cover_7, t0.roles AS roles_8, t0.password AS password_9, t0.status AS status_10, t0.type AS type_11, t0.token AS token_12, t0.cv AS cv_13, t0.vcode AS vcode_14, t0.package AS package_15, t0.activation_date AS activation_date_16, t0.country_id AS country_id_17, t0.category_id AS category_id_18 FROM user t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
12
]
|
| 2 | 0.29 ms |
SELECT t0.id AS id_1, t0.send_date AS send_date_2, t0.sender_id AS sender_id_3, t0.receiver_id AS receiver_id_4 FROM follow_record t0 WHERE t0.sender_id = ? ORDER BY t0.send_date DESC
Parameters:
[
12
]
|
| 3 | 0.19 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.username AS username_3, t0.first_name AS first_name_4, t0.join_date AS join_date_5, t0.image AS image_6, t0.cover AS cover_7, t0.roles AS roles_8, t0.password AS password_9, t0.status AS status_10, t0.type AS type_11, t0.token AS token_12, t0.cv AS cv_13, t0.vcode AS vcode_14, t0.package AS package_15, t0.activation_date AS activation_date_16, t0.country_id AS country_id_17, t0.category_id AS category_id_18 FROM user t0 WHERE t0.id = ?
Parameters:
[
20
]
|
| 4 | 0.10 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.username AS username_3, t0.first_name AS first_name_4, t0.join_date AS join_date_5, t0.image AS image_6, t0.cover AS cover_7, t0.roles AS roles_8, t0.password AS password_9, t0.status AS status_10, t0.type AS type_11, t0.token AS token_12, t0.cv AS cv_13, t0.vcode AS vcode_14, t0.package AS package_15, t0.activation_date AS activation_date_16, t0.country_id AS country_id_17, t0.category_id AS category_id_18 FROM user t0 WHERE t0.id = ?
Parameters:
[
19
]
|
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 | 3 |
| App\Entity\Category | 3 |
| App\Entity\Country | 2 |
| App\Entity\FollowRecord | 2 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\User | No errors. |
| App\Entity\Country | No errors. |
| App\Entity\Category | No errors. |
| App\Entity\FollowRecord | No errors. |