POST http://quark-api.nitrogenio.net/token

Query Metrics

10 Database Queries
7 Different statements
11.94 ms Query time
0 Invalid entities
4 Managed entities

Queries

Group similar statements

# Time Info
1 2.69 ms
SELECT t0.project_id AS project_id_1, t0.project_key AS project_key_2, t0.allowed_origins AS allowed_origins_3, t0.o_auth2_client_id AS o_auth2_client_id_4, t0.id AS id_5, t0.created_at AS created_at_6, t0.name AS name_7, t0.organization_id AS organization_id_8 FROM project t0 WHERE t0.o_auth2_client_id = ? LIMIT 1
Parameters:
[
  "01960fc3e0b97cfaa778c216fe2d517b"
]
2 1.46 ms
SELECT t0.name AS name_1, t0.secret AS secret_2, t0.redirect_uris AS redirect_uris_3, t0.grants AS grants_4, t0.scopes AS scopes_5, t0.active AS active_6, t0.allow_plain_text_pkce AS allow_plain_text_pkce_7, t0.identifier AS identifier_8 FROM oauth2_client t0 WHERE t0.identifier = ? LIMIT 1
Parameters:
[
  "01960fc3e0b97cfaa778c216fe2d517b"
]
3 0.76 ms
SELECT t0.name AS name_1, t0.secret AS secret_2, t0.redirect_uris AS redirect_uris_3, t0.grants AS grants_4, t0.scopes AS scopes_5, t0.active AS active_6, t0.allow_plain_text_pkce AS allow_plain_text_pkce_7, t0.identifier AS identifier_8 FROM oauth2_client t0 WHERE t0.identifier = ? LIMIT 1
Parameters:
[
  "01960fc3e0b97cfaa778c216fe2d517b"
]
4 0.73 ms
SELECT t0.name AS name_1, t0.secret AS secret_2, t0.redirect_uris AS redirect_uris_3, t0.grants AS grants_4, t0.scopes AS scopes_5, t0.active AS active_6, t0.allow_plain_text_pkce AS allow_plain_text_pkce_7, t0.identifier AS identifier_8 FROM oauth2_client t0 WHERE t0.identifier = ? LIMIT 1
Parameters:
[
  "01960fc3e0b97cfaa778c216fe2d517b"
]
5 1.49 ms
SELECT t0.identifier AS identifier_1, t0.expiry AS expiry_2, t0.user_identifier AS user_identifier_3, t0.scopes AS scopes_4, t0.revoked AS revoked_5, t0.client AS client_6 FROM oauth2_access_token t0 WHERE t0.identifier = ?
Parameters:
[
  "adcce41c8a6070dcc02a11fee541949e4f7d6b60a3ce7f7e7284ecac9d3f294422c8350d0b249822"
]
6 0.67 ms
SELECT t0.name AS name_1, t0.secret AS secret_2, t0.redirect_uris AS redirect_uris_3, t0.grants AS grants_4, t0.scopes AS scopes_5, t0.active AS active_6, t0.allow_plain_text_pkce AS allow_plain_text_pkce_7, t0.identifier AS identifier_8 FROM oauth2_client t0 WHERE t0.identifier = ? LIMIT 1
Parameters:
[
  "01960fc3e0b97cfaa778c216fe2d517b"
]
7 0.32 ms
"START TRANSACTION"
Parameters:
[]
8 1.31 ms
INSERT INTO oauth2_access_token (identifier, expiry, user_identifier, scopes, revoked, client) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[
  "adcce41c8a6070dcc02a11fee541949e4f7d6b60a3ce7f7e7284ecac9d3f294422c8350d0b249822"
  "2025-12-15 15:50:35"
  null
  "APPLICATION"
  0
  "01960fc3e0b97cfaa778c216fe2d517b"
]
9 0.85 ms
UPDATE project SET id = ? WHERE id = ?
Parameters:
[
  "01960fc3-e0b9-7cfa-a778-c216fe2d517b"
  "01960fc3-e0b9-7cfa-a778-c216fe2d517b"
]
10 1.65 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
App\Domain\Assistant\Entity\Project 1
App\Domain\Organization\Entity\Organization 1
League\Bundle\OAuth2ServerBundle\Model\Client 1
League\Bundle\OAuth2ServerBundle\Model\AccessToken 1