Query Metrics
5
Database Queries
5
Different statements
6.55 ms
Query time
0
Invalid entities
4
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.67 ms |
SELECT t0.id AS id_1, t0.xuid AS xuid_2, t0.username AS username_3, t0.password_hash AS password_hash_4, t0.display_name AS display_name_5, t0.email AS email_6, t0.is_super_admin AS is_super_admin_7, t0.locale AS locale_8, t0.created_at AS created_at_9 FROM user t0 WHERE t0.id = ?
Parameters:
[
2
]
|
| 2 | 1.18 ms |
SELECT t0.id AS id_1, t0.xuid AS xuid_2, t0.name AS name_3, t0.slug AS slug_4, t0.created_at AS created_at_5 FROM account t0 WHERE t0.xuid = ? LIMIT 1
Parameters:
[
"linkorb"
]
|
| 3 | 1.26 ms |
SELECT t0.id AS id_1, t0.xuid AS xuid_2, t0.name AS name_3, t0.slug AS slug_4, t0.created_at AS created_at_5 FROM account t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"linkorb"
]
|
| 4 | 1.24 ms |
SELECT d0_.id AS id_0, d0_.xuid AS xuid_1, d0_.name AS name_2, d0_.slug AS slug_3, d0_.workdir AS workdir_4, d0_.icon AS icon_5, d0_.color AS color_6, d0_.git_url AS git_url_7, d0_.git_default_ref AS git_default_ref_8, d0_.description AS description_9, d0_.created_at AS created_at_10, d0_.updated_at AS updated_at_11, d0_.account_id AS account_id_12, d0_.control_agent_id AS control_agent_id_13 FROM drive d0_ WHERE d0_.account_id = ? AND d0_.xuid = ?
Parameters:
[ 2 "agent-gryxfirisykc66yjhzo9tw" ] |
| 5 | 1.21 ms |
SELECT t0.id AS id_1, t0.xuid AS xuid_2, t0.name AS name_3, t0.slug AS slug_4, t0.workdir AS workdir_5, t0.icon AS icon_6, t0.color AS color_7, t0.git_url AS git_url_8, t0.git_default_ref AS git_default_ref_9, t0.description AS description_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.account_id AS account_id_13, t0.control_agent_id AS control_agent_id_14 FROM drive t0 WHERE t0.account_id = ? AND t0.slug = ? LIMIT 1
Parameters:
[ 2 "agent-gryxfirisykc66yjhzo9tw" ] |
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 |
| App\Entity\Account | 1 |
| App\Entity\Drive | 1 |
| App\Entity\Agent | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\User | No errors. |
| App\Entity\Account | No errors. |
| App\Entity\AccountMember | No errors. |
| App\Entity\Drive | No errors. |
| App\Entity\Agent | No errors. |
| App\Entity\DriveUser | No errors. |
| App\Entity\DriveSnapshot | No errors. |