Query Metrics
18
Database Queries
15
Different statements
753.38 ms
Query time
0
Invalid entities
6
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
106.62 ms (14.15%) |
1 |
SELECT NEXTVAL('account_id_seq')
Parameters:
[] |
|
69.28 ms (9.20%) |
2 |
"COMMIT"
Parameters:
[] |
|
68.62 ms (9.11%) |
2 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.full_name AS full_name_3, t0.password AS password_4, t0.is_active AS is_active_5, t0.created_at AS created_at_6, t0.contact_info AS contact_info_7, t0.timezone AS timezone_8, t0.current_company_id AS current_company_id_9, t0.current_team_id AS current_team_id_10 FROM account t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
450
]
|
|
66.15 ms (8.78%) |
2 |
"START TRANSACTION"
Parameters:
[] |
|
51.32 ms (6.81%) |
1 |
INSERT INTO account_role (id, role, scope, is_active, created_at, account_id, company_id, team_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 291 "SUPERVISOR" "ORGANIZATION" 1 "2026-06-08 16:42:36" 451 1 null ] |
|
51.04 ms (6.77%) |
1 |
INSERT INTO reset_password (id, verification_code, expires_in, account_id, created_at) VALUES (?, ?, ?, ?, ?)
Parameters:
[ 204 432533 604800 0 "2026-06-08 16:42:36" ] |
|
49.71 ms (6.60%) |
1 |
INSERT INTO account (id, email, full_name, password, is_active, created_at, contact_info, timezone, current_company_id, current_team_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 451 "terry@cozystay.com" "terry wang" "$2y$13$XkV/8wSzemSBtCrJRgXc.O3Z0JY3IBIK02dbQBGxWsrD.0gosp5qa" 1 "2026-06-08 16:42:36" null null null null ] |
|
41.10 ms (5.46%) |
1 |
SELECT a0_.id AS id_0, a0_.email AS email_1, a0_.full_name AS full_name_2, a0_.password AS password_3, a0_.is_active AS is_active_4, a0_.created_at AS created_at_5, a0_.contact_info AS contact_info_6, a0_.timezone AS timezone_7, a0_.current_company_id AS current_company_id_8, a0_.current_team_id AS current_team_id_9 FROM account a0_ WHERE LOWER(a0_.email) = LOWER(?)
Parameters:
[
"terry@cozystay.com"
]
|
|
38.48 ms (5.11%) |
1 |
SELECT NEXTVAL('reset_password_id_seq')
Parameters:
[] |
|
37.59 ms (4.99%) |
1 |
SELECT NEXTVAL('account_role_id_seq')
Parameters:
[] |
|
36.04 ms (4.78%) |
1 |
SELECT t0.id AS id_1, t0.account_id AS account_id_2, t0.expires_in AS expires_in_3, t0.token AS token_4, t0.created_at AS created_at_5 FROM access_token t0 WHERE t0.token = ? LIMIT 1
Parameters:
[
"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE3ODA2OTYwMTUsImV4cCI6MTc4MTk5MjAxNSwicm9sZXMiOlsiUk9MRV9NRU1CRVIiXSwidXNlcm5hbWUiOiJhZG1pbkBjb3p5LmNvbSJ9.cPvcjh7KfF-kB5GxOoawiMjWnbsnYeoaH8gEBkBjXtgtIQWqdUqOBjDeI0-nCmzyuKxQnd75OF6zLubsmMt8nnTldfpL1_ShGSuDoNy8FqRt3eiQzlC_RBcFYzpOO3drmm2wj7CK5QzdA64-hafs202WqFAk0b-Bf85SUt6rhysBARoZHGLse9ctEXzyG3gyeWmbg1nCpDrfr_QKFIC7JfWOPn5zEnm0M1oqEC7Q8gloqQm1-zpvg24E5vDTc5K4gUW3x7BNl5t2jkHFjB7CfpYYpDt-AZw2xh24Or0mfeoS1qgmAbQsQI0wRzU1gtPmMEyzWPxqDMaDqwb2L_22AQ"
]
|
|
34.93 ms (4.64%) |
1 |
UPDATE reset_password SET account_id = ? WHERE id = ?
Parameters:
[ 451 204 ] |
|
34.66 ms (4.60%) |
1 |
SELECT a0_.id AS id_0, a0_.role AS role_1, a0_.scope AS scope_2, a0_.is_active AS is_active_3, a0_.created_at AS created_at_4, a0_.account_id AS account_id_5, a0_.company_id AS company_id_6, a0_.team_id AS team_id_7 FROM account_role a0_ WHERE a0_.account_id = ? AND a0_.is_active = true
Parameters:
[
451
]
|
|
34.16 ms (4.53%) |
1 |
SELECT c0_.id AS id_0, c0_.company_name AS company_name_1, c0_.phone_number AS phone_number_2, c0_.email AS email_3, c0_.created_at AS created_at_4, c0_.cleaning_rules AS cleaning_rules_5 FROM company c0_ WHERE c0_.id IN (?)
Parameters:
[
1
]
|
|
33.69 ms (4.47%) |
1 |
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.phone_number AS phone_number_3, t0.email AS email_4, t0.created_at AS created_at_5, t0.cleaning_rules AS cleaning_rules_6 FROM company t0 WHERE t0.id = ?
Parameters:
[
1
]
|
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\Account | 2 |
| App\Entity\AccessToken | 1 |
| App\Entity\Company | 1 |
| App\Entity\AccountRole | 1 |
| App\Entity\ResetPassword | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\AccessToken | No errors. |
| App\Entity\Account | No errors. |
| App\Entity\Company | No errors. |
| App\Entity\Team | No errors. |
| App\Entity\AccountRole | No errors. |
| App\Entity\ResetPassword | No errors. |