Query Metrics
6
Database Queries
5
Different statements
2.92 ms
Query time
1
Invalid entities
3
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
0.99 ms (34.05%) |
1 |
UPDATE users SET isDeleted = ? WHERE id = ?
Parameters:
[ 1 19 ] |
|
0.73 ms (25.17%) |
1 |
"COMMIT"
Parameters:
[] |
|
0.52 ms (17.67%) |
2 |
SELECT t0.id AS id_1, t0.fullName AS fullName_2, t0.email AS email_3, t0.password AS password_4, t0.isDeleted AS isDeleted_5, t0.primary_organization_id AS primary_organization_id_6, t0.global_role_id AS global_role_id_7 FROM users t0 WHERE t0.id = ?
Parameters:
[
17
]
|
|
0.44 ms (15.19%) |
1 |
"START TRANSACTION"
Parameters:
[] |
|
0.23 ms (7.92%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2 FROM Role t0 WHERE t0.id = ?
Parameters:
[
6
]
|
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\Auth\Entity\UserEntity | 2 |
| App\Auth\Entity\Role | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Auth\Entity\UserEntity | No errors. |
| App\Auth\Entity\OrganizationEntity |
|
| App\Auth\Entity\Role | No errors. |
| App\Entity\Job | No errors. |