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

Query Metrics

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

Queries

Group similar statements

# Time Info
1 3.75 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.33 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:
[
  "bd51fd427be2452f5873b815ba7f4c1a52de4de1aad852aea58f00623916f03ec01698e7a29f996d9ff1299fe79e549c44655381e00469375fc5044978c8821f"
]
3 0.76 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.24 ms
"START TRANSACTION"
Parameters:
[]
5 0.74 ms
DELETE FROM administration_user_refresh_token WHERE id = ?
Parameters:
[
  289
]
6 13.53 ms
"COMMIT"
Parameters:
[]
7 2.07 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.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:
[
  "009bfdb7fb11b32525fed9b800dc629ef66509a49df338a0bde915235da37e87e59b2ae9e1ba815c8c6a1c0514f8d2fe189da646e3c52c003496266d7684d38d"
]
9 0.20 ms
"START TRANSACTION"
Parameters:
[]
10 0.94 ms
INSERT INTO administration_user_refresh_token (refresh_token, username, valid) VALUES (?, ?, ?)
Parameters:
[
  "009bfdb7fb11b32525fed9b800dc629ef66509a49df338a0bde915235da37e87e59b2ae9e1ba815c8c6a1c0514f8d2fe189da646e3c52c003496266d7684d38d"
  "yankervip@gmail.com"
  "2025-05-11 19:54:17"
]
11 4.30 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