Query Metrics
11
Database Queries
7
Different statements
13.36 ms
Query time
0
Invalid entities
3
Managed entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
4.62 ms (34.57%) |
2 |
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:
[
"yankervip@gmail.com"
]
|
3.59 ms (26.91%) |
2 |
"COMMIT"
Parameters:
[] |
1.87 ms (13.98%) |
2 |
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:
[
"a548d59aa5fbbc0c55140af6235d2383060ecebc0fa36dbb73d27ea8ba93d03a05afa25f476bf7557371d42f80df2cac127cda356b40824977cbd827ca27481e"
]
|
1.62 ms (12.12%) |
1 |
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"
]
|
0.75 ms (5.63%) |
1 |
INSERT INTO administration_user_refresh_token (refresh_token, username, valid) VALUES (?, ?, ?)
Parameters:
[ "c483f1257e097b375d76e1ea8d8b94d87d08e79d37b170b196ada1029cbeb75fdf03a013059488c7764d2577554a4b37f4ae5a100a6e8f384d0eecab56918553" "yankervip@gmail.com" "2025-05-11 14:00:11" ] |
0.55 ms (4.13%) |
1 |
DELETE FROM administration_user_refresh_token WHERE id = ?
Parameters:
[
283
]
|
0.36 ms (2.67%) |
2 |
"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 |
---|---|
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. |