Query Metrics
5
Database Queries
5
Different statements
9.85 ms
Query time
0
Invalid entities
3
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
8.29 ms (84.20%) |
1 |
"COMMIT"
Parameters:
[] |
|
0.50 ms (5.10%) |
1 |
SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.last_used AS last_used_5, t0.username AS username_6, t0.enabled AS enabled_7, t0.used AS used_8, t0.name AS name_9, t0.organisation AS organisation_10, t0.town AS town_11, t0.country AS country_12, t0.email AS email_13, t0.password AS password_14, t0.azure_id AS azure_id_15, t0.menu_id AS menu_id_16, t0.azure_refresh_token AS azure_refresh_token_17, t0.progress AS progress_18, t0.roles AS roles_19, t0.lastlogin AS lastlogin_20, t0.user_id AS user_id_21 FROM user t0 WHERE t0.id = ?
Parameters:
[
1845
]
|
|
0.40 ms (4.09%) |
1 |
SELECT t0.id AS id_1, t0.date AS date_2, t0.timespend AS timespend_3, t0.stpath_id AS stpath_id_4, t0.user_id AS user_id_5 FROM spend_time t0 WHERE t0.id IN (?)
Parameters:
[
92404
]
|
|
0.39 ms (3.92%) |
1 |
UPDATE spend_time SET timespend = ? WHERE id = ?
Parameters:
[ 168 92404 ] |
|
0.26 ms (2.69%) |
1 |
"START TRANSACTION"
Parameters:
[] |
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\SpendTime\Spendtime | 1 |
| App\Entity\SpendTime\StPath | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\TimeStamped | No errors. |
| App\Entity\User | No errors. |
| App\Entity\Sso\TeacherStudents | No errors. |
| App\Entity\SpendTime\Spendtime | No errors. |
| App\Entity\SpendTime\StPath | No errors. |