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

Query Metrics

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

Queries

Group similar statements

# Time Info
1 13.47 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.39 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:
[
  "31dcdf78d9cddbb3a2379762c0e77e377e6346a5a9f33d952c6b83a895b2884c41c195f66c72f9b8f1cc4e1f8a3ba79f5430868065e8f533629f9a3655d36b01"
]
3 0.62 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.25 ms
"START TRANSACTION"
Parameters:
[]
5 1.64 ms
DELETE FROM administration_user_refresh_token WHERE id = ?
Parameters:
[
  367
]
6 2.58 ms
"COMMIT"
Parameters:
[]
7 2.10 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.64 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:
[
  "56175164b233b741e1074d8c303c3bc0dc78f732d544fb629821a5938dcbd0d8bd2596b22a0ad1ff2defc784d5bf37b72cbf8b0c6fc6c3bd2c877cfbcc06da1e"
]
9 0.19 ms
"START TRANSACTION"
Parameters:
[]
10 0.75 ms
INSERT INTO administration_user_refresh_token (refresh_token, username, valid) VALUES (?, ?, ?)
Parameters:
[
  "56175164b233b741e1074d8c303c3bc0dc78f732d544fb629821a5938dcbd0d8bd2596b22a0ad1ff2defc784d5bf37b72cbf8b0c6fc6c3bd2c877cfbcc06da1e"
  "[email protected]"
  "2025-08-01 00:44:35"
]
11 1.75 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