POST http://dev.amply.tools/admin/graphql/

Query Metrics

11 Database Queries
7 Different statements
37.18 ms Query time
0 Invalid entities
3 Managed entities

Queries

Group similar statements

# Time Info
1 19.94 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.63 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:
[
  "adf08a2929aa4e0e4707ee79263e196abfc5c0e3c9788e7637c97d25f2bef3839f97ab5a8d066f98c24134cb5c53ad22098c6d9da005be46ea24a747868507ff"
]
3 0.79 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.28 ms
"START TRANSACTION"
Parameters:
[]
5 0.68 ms
DELETE FROM administration_user_refresh_token WHERE id = ?
Parameters:
[
  384
]
6 7.64 ms
"COMMIT"
Parameters:
[]
7 2.93 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.77 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:
[
  "4386a65cc8617c853c85d9b2dd2cdb8ca155c915314939660e51731e198179a61e6f74a0bb8d4b888480f50d99a19ae4e5adae915024fc30a151ad3bfd3f68ac"
]
9 0.30 ms
"START TRANSACTION"
Parameters:
[]
10 0.91 ms
INSERT INTO administration_user_refresh_token (refresh_token, username, valid) VALUES (?, ?, ?)
Parameters:
[
  "4386a65cc8617c853c85d9b2dd2cdb8ca155c915314939660e51731e198179a61e6f74a0bb8d4b888480f50d99a19ae4e5adae915024fc30a151ad3bfd3f68ac"
  "[email protected]"
  "2025-08-01 17:27:51"
]
11 1.32 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