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

Query Metrics

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

Queries

Group similar statements

# Time Info
1 3.45 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:
[
  "yankervip@gmail.com"
]
2 1.55 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:
[
  "4dc626e0291ebfde9fe521a9917ac5bcee948d5bb3ddbc7c2a22c65cfeeb197a71dd7196f93042aed99f5bfcf0f67f7040964401837e357591407df6dd385e84"
]
3 0.59 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:
[
  "yankervip@gmail.com"
]
4 0.22 ms
"START TRANSACTION"
Parameters:
[]
5 0.69 ms
DELETE FROM administration_user_refresh_token WHERE id = ?
Parameters:
[
  285
]
6 2.19 ms
"COMMIT"
Parameters:
[]
7 2.03 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.53 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:
[
  "e8fce56892e28c03d2d50ed1f9bc696419ace9eef218b6a2b333f3d83d17d255e7516972635f2a9a30d68dba3b5ffe3a4b7a9a72e8805663bc3c9bdf451444fb"
]
9 0.19 ms
"START TRANSACTION"
Parameters:
[]
10 0.73 ms
INSERT INTO administration_user_refresh_token (refresh_token, username, valid) VALUES (?, ?, ?)
Parameters:
[
  "e8fce56892e28c03d2d50ed1f9bc696419ace9eef218b6a2b333f3d83d17d255e7516972635f2a9a30d68dba3b5ffe3a4b7a9a72e8805663bc3c9bdf451444fb"
  "yankervip@gmail.com"
  "2025-05-11 15:58:13"
]
11 1.26 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