Query Metrics
7
Database Queries
7
Different statements
1.92 ms
Query time
2
Invalid entities
7
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.30 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.name AS name_4, t0.surnames AS surnames_5, t0.phone AS phone_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.last_login AS last_login_9, t0.status AS status_10, t0.dark_mode AS dark_mode_11, t0.menu_expanded AS menu_expanded_12, t0.locale AS locale_13, t0.address AS address_14, t0.bio AS bio_15, t0.img_profile_id AS img_profile_id_16 FROM user t0 WHERE t0.id = ?
Parameters:
[
"019df6eb-150c-7d11-94b5-0b82926a9bd1"
]
|
| 2 | 0.46 ms |
SELECT t0.user_id AS user_id_1, t0.role_id AS role_id_2 FROM user_has_role t0 WHERE t0.user_id = ?
Parameters:
[
"019df6eb-150c-7d11-94b5-0b82926a9bd1"
]
|
| 3 | 0.19 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.admin AS admin_4, t0.description AS description_5, t0.company_id AS company_id_6 FROM role t0 WHERE t0.id = ?
Parameters:
[
1
]
|
| 4 | 0.27 ms |
SELECT count(DISTINCT c0_.id) AS sclr_0 FROM company c0_
Parameters:
[] |
| 5 | 0.23 ms |
SELECT DISTINCT c0_.id AS id_0, c0_.created_at AS created_at_1 FROM company c0_ ORDER BY c0_.created_at DESC LIMIT 10
Parameters:
[] |
| 6 | 0.16 ms |
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.is_active AS is_active_2, c0_.created_at AS created_at_3 FROM company c0_ WHERE c0_.id IN (?) ORDER BY c0_.created_at DESC
Parameters:
[
"019df785-25ad-7080-8809-9ecf877d8179"
]
|
| 7 | 0.31 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t0.phone AS phone_4, t0.created_at AS created_at_5, t0.created_by_id AS created_by_id_6 FROM client t0 INNER JOIN client_company ON t0.id = client_company.client_id WHERE client_company.company_id = ?
Parameters:
[
"019df785-25ad-7080-8809-9ecf877d8179"
]
|
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\Client\Client | 2 |
| App\Entity\User\User | 1 |
| App\Entity\Document\Document | 1 |
| App\Entity\User\UserHasRole | 1 |
| App\Entity\Role\Role | 1 |
| App\Entity\Company\Company | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\User\User |
|
| App\Entity\Document\Document |
|
| App\Entity\User\UserHasDocument | No errors. |
| App\Entity\User\UserHasRole | No errors. |
| App\Entity\User\UserHasPermission | No errors. |
| App\Entity\Company\Company | No errors. |
| App\Entity\Task\Task | No errors. |
| App\Entity\Role\Role | No errors. |
| App\Entity\Role\RoleHasPermission | No errors. |
| App\Entity\Client\Client | No errors. |
| App\Entity\Project\Project | No errors. |