Query Metrics
11
Database Queries
7
Different statements
27.31 ms
Query time
0
Invalid entities
3
Managed entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 8.23 ms |
SELECT t0.id AS id_1, t0.roles AS roles_2, t0.password AS password_3, t0.avatar AS avatar_4, t0.full_path_avatar AS full_path_avatar_5, t0.email AS email_6, t0.name AS name_7 FROM administration_user t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
"[email protected]"
]
|
2 | 1.45 ms |
SELECT t0.refresh_token AS refresh_token_1, t0.username AS username_2, t0.valid AS valid_3, t0.id AS id_4 FROM administration_user_refresh_token t0 WHERE t0.refresh_token = ? LIMIT 1
Parameters:
[
"cb145276cf4bb53295a04400df6a4034fba2d8f4a1a8c356bd3fc7373b3ccd14d1a77d9e05a6baa1c91bce0f4a8ba49c7b06745b59b47be62b0386a16482cfb8"
]
|
3 | 0.89 ms |
SELECT t0.id AS id_1, t0.roles AS roles_2, t0.password AS password_3, t0.avatar AS avatar_4, t0.full_path_avatar AS full_path_avatar_5, t0.email AS email_6, t0.name AS name_7 FROM administration_user t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
"[email protected]"
]
|
4 | 0.30 ms |
"START TRANSACTION"
Parameters:
[] |
5 | 1.31 ms |
DELETE FROM administration_user_refresh_token WHERE id = ?
Parameters:
[
387
]
|
6 | 3.03 ms |
"COMMIT"
Parameters:
[] |
7 | 5.46 ms |
SELECT t0.id AS id_1, t0.logo AS logo_2, t0.full_path_logo AS full_path_logo_3, t0.name AS name_4 FROM administration_organization t0 INNER JOIN administration_user_organization ON t0.id = administration_user_organization.organization_id WHERE administration_user_organization.amply_user_id = ?
Parameters:
[
"413049a2-edcd-430f-b955-a0dfdae60678"
]
|
8 | 0.88 ms |
SELECT t0.refresh_token AS refresh_token_1, t0.username AS username_2, t0.valid AS valid_3, t0.id AS id_4 FROM administration_user_refresh_token t0 WHERE t0.refresh_token = ? LIMIT 1
Parameters:
[
"1f702f2d38feddca8cea390ad8b7ccd3c3c7082c15d99df75be800198a2c593a85f228ea0b943bf817d64237ff5771e6bb7f36e5de195a2b14eac5a69947e151"
]
|
9 | 0.26 ms |
"START TRANSACTION"
Parameters:
[] |
10 | 3.06 ms |
INSERT INTO administration_user_refresh_token (refresh_token, username, valid) VALUES (?, ?, ?)
Parameters:
[ "1f702f2d38feddca8cea390ad8b7ccd3c3c7082c15d99df75be800198a2c593a85f228ea0b943bf817d64237ff5771e6bb7f36e5de195a2b14eac5a69947e151" "[email protected]" "2025-08-01 20:24:53" ] |
11 | 2.43 ms |
"COMMIT"
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 |
---|---|
Amply\Administration\Entity\AmplyUser | 1 |
Amply\Administration\Entity\RefreshToken | 1 |
Amply\Administration\Entity\Organization | 1 |
Entities Mapping
Class | Mapping errors |
---|---|
Amply\Administration\Entity\AmplyUser | No errors. |
Amply\Administration\Entity\Organization | No errors. |
Gesdinet\JWTRefreshTokenBundle\Entity\RefreshToken | No errors. |
Amply\Administration\Entity\RefreshToken | No errors. |
Amply\Administration\Entity\Project | No errors. |